#309CC3

Color #309CC3 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #309CC3

Tints of Pelorous #309CC3

Color information

#309CC3 (or 0x309CC3) is unknown color: approx Pelorous. HEX triplet: 30, 9C and C3. RGB value is (48,156,195). Sum of RGB (Red+Green+Blue) = 48+156+195=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 195 - color contains mainly: blue. Hex color #309CC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CC3 is #CF633C. Grayscale: #7F7F7F. Windows color (decimal): -13591357 or 12819504. OLE color: 12819504.

HSL color Cylindrical-coordinate representation of color #309CC3: hue angle of 195.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #309CC3 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB48156195-
CMYK0.750.2000.24
HSL195.92º60.49%47.65%-
HSV(B)195.92º75.38%76.47%-
XYZ22.9628.3555.89-
YUV128.15165.7270.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 12.03%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 195 (76.56% from 255) = 48.87%
R=12.03%
G=39.10%
B=48.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481561950.750.2000.24195.9260.4947.65
Hex309CC34B14018c43c30
Octal60234303113240303047460
Binary110000100111001100001110010111010001100011000100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309CC3; }

 p { color: rgb(48,156,195); }

 H1.HeaderClassName
 {
   color: #309CC3;
 }
 .AnyTagClassName
 {
   color: #309CC3;
 }
</style>
background-color css

<style>
 a { background-color: #309CC3; }

 a { background-color: rgb(48,156,195); }

 div.DivClassName
 {
   background-color: #309CC3;
 }
 .BgClassName
 {
   background-color: #309CC3;
 }
</style>
border-color css

<style>
 span { border-color: #309CC3; }

 span { border-color: rgb(48,156,195); }

 td.TdClassName
 {
   border-color: #309CC3;
 }
 .TagClassName
 {
   border-color: #309CC3;
 }
</style>