Html Css Color HEX #309BAB Pelorous

📋 copy color: '#309BAB'

red 48 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #309BAB

Tints of Pelorous #309BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.44%

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

R = 12.83%
G = 41.44%
B = 45.72%

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

#309BAB (or 0x309BAB) is known color: Pelorous. HEX triplet: 30, 9B and AB. RGB value is (48,155,171). Sum of RGB (Red+Green+Blue) = 48+155+171=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #309BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309BAB is #CF6454. Grayscale: #7C7C7C. Windows color (decimal): -13591637 or 11246384. OLE color: 11246384.

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

Color convert

RGB 48 155 171 -
CMYK 0.72 0.09 0 0.33
HSL 187.8º 0.56% 0.43% -
HSV(B) 187.8º 0.72% 0.67% -
XYZ 20.29 27.01 42.67 -
YUV 124.83 154.05 73.2 -
System Red Green Blue C M Y K H S L
Decimal 48 155 171 0.72 0.09 0 0.33 187.8 0.56 0.43
Hex 30 9B AB 48 9 0 21 BC 38 2B
Octal 60 233 253 110 11 0 41 274 70 53
Binary 110000 10011011 10101011 1001000 1001 0 100001 10111100 111000 101011

Color Harmonies of #309BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BAB

Black with #309BAB

Text Example


Text Example

White with #309BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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