Html Css Color HEX #309CAB Pelorous

📋 copy color: '#309CAB'

red 48 ◦ green 156 ◦ blue 171

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

Shades of Pelorous #309CAB

Tints of Pelorous #309CAB

RGB

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

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

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

R = 12.8%
G = 41.6%
B = 45.6%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#309CAB (or 0x309CAB) is known color: Pelorous. HEX triplet: 30, 9C and AB. RGB value is (48,156,171). Sum of RGB (Red+Green+Blue) = 48+156+171=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #309CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309CAB is #CF6354. Grayscale: #7D7D7D. Windows color (decimal): -13591381 or 11246640. OLE color: 11246640.

HSL color Cylindrical-coordinate representation of color #309CAB: hue angle of 187.32º 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 #309CAB is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 156 171 -
CMYK 0.72 0.09 0 0.33
HSL 187.32º 0.56% 0.43% -
HSV(B) 187.32º 0.72% 0.67% -
XYZ 20.46 27.35 42.73 -
YUV 125.42 153.72 72.78 -
System Red Green Blue C M Y K H S L
Decimal 48 156 171 0.72 0.09 0 0.33 187.32 0.56 0.43
Hex 30 9C AB 48 9 0 21 BB 38 2B
Octal 60 234 253 110 11 0 41 273 70 53
Binary 110000 10011100 10101011 1001000 1001 0 100001 10111011 111000 101011

Color Harmonies of #309CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309CAB

Black with #309CAB

Text Example


Text Example

White with #309CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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