Html Css Color HEX #309CA9 Pelorous

📋 copy color: '#309CA9'

red 48 ◦ green 156 ◦ blue 169

#309CA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #309CA9

Tints of Pelorous #309CA9

RGB

 RED value IS 48 (19.14% from 255) = 12.87%

 GREEN value IS 156 (61.33% from 255) = 41.82%

 BLUE value IS 169 (66.41% from 255) = 45.31%

R = 12.87%
G = 41.82%
B = 45.31%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#309CA9 (or 0x309CA9) is known color: Pelorous. HEX triplet: 30, 9C and A9. RGB value is (48,156,169). Sum of RGB (Red+Green+Blue) = 48+156+169=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 169 - color contains mainly: blue. Hex color #309CA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309CA9 is #CF6356. Grayscale: #7D7D7D. Windows color (decimal): -13591383 or 11115568. OLE color: 11115568.

HSL color Cylindrical-coordinate representation of color #309CA9: hue angle of 186.45º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #309CA9 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 156 169 -
CMYK 0.72 0.08 0 0.34
HSL 186.45º 0.56% 0.43% -
HSV(B) 186.45º 0.72% 0.66% -
XYZ 20.27 27.27 41.73 -
YUV 125.19 152.72 72.94 -
System Red Green Blue C M Y K H S L
Decimal 48 156 169 0.72 0.08 0 0.34 186.45 0.56 0.43
Hex 30 9C A9 48 8 0 22 BA 38 2B
Octal 60 234 251 110 10 0 42 272 70 53
Binary 110000 10011100 10101001 1001000 1000 0 100010 10111010 111000 101011

Color Harmonies of #309CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309CA9

Black with #309CA9

Text Example


Text Example

White with #309CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #309CA9;
 }
 .AnyTagClassName
 {
   color: #309CA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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