Html Css Color HEX #309DAB Pelorous

📋 copy color: '#309DAB'

red 48 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #309DAB

Tints of Pelorous #309DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.76%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 12.77%
G = 41.76%
B = 45.48%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#309DAB (or 0x309DAB) is known color: Pelorous. HEX triplet: 30, 9D and AB. RGB value is (48,157,171). Sum of RGB (Red+Green+Blue) = 48+157+171=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #309DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309DAB is #CF6254. Grayscale: #7D7D7D. Windows color (decimal): -13591125 or 11246896. OLE color: 11246896.

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

Color convert

RGB 48 157 171 -
CMYK 0.72 0.08 0 0.33
HSL 186.83º 0.56% 0.43% -
HSV(B) 186.83º 0.72% 0.67% -
XYZ 20.63 27.68 42.78 -
YUV 126.01 153.39 72.36 -
System Red Green Blue C M Y K H S L
Decimal 48 157 171 0.72 0.08 0 0.33 186.83 0.56 0.43
Hex 30 9D AB 48 8 0 21 BB 38 2B
Octal 60 235 253 110 10 0 41 273 70 53
Binary 110000 10011101 10101011 1001000 1000 0 100001 10111011 111000 101011

Color Harmonies of #309DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309DAB

Black with #309DAB

Text Example


Text Example

White with #309DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,157,171); }

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

background-color css

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

 a { background-color: rgb(48,157,171); }

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

border-color css

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

 span { border-color: rgb(48,157,171); }

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