Html Css Color HEX #279BAB Pelorous

📋 copy color: '#279BAB'

red 39 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #279BAB

Tints of Pelorous #279BAB

RGB

 RED value IS 39 (15.63% from 255) = 10.68%

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

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

R = 10.68%
G = 42.47%
B = 46.85%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#279BAB (or 0x279BAB) is known color: Pelorous. HEX triplet: 27, 9B and AB. RGB value is (39,155,171). Sum of RGB (Red+Green+Blue) = 39+155+171=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #279BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279BAB is #D86454. Grayscale: #797979. Windows color (decimal): -14181461 or 11246375. OLE color: 11246375.

HSL color Cylindrical-coordinate representation of color #279BAB: hue angle of 187.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #279BAB is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 155 171 -
CMYK 0.77 0.09 0 0.33
HSL 187.27º 0.63% 0.41% -
HSV(B) 187.27º 0.77% 0.67% -
XYZ 19.91 26.81 42.65 -
YUV 122.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 39 155 171 0.77 0.09 0 0.33 187.27 0.63 0.41
Hex 27 9B AB 4D 9 0 21 BB 3F 29
Octal 47 233 253 115 11 0 41 273 77 51
Binary 100111 10011011 10101011 1001101 1001 0 100001 10111011 111111 101001

Color Harmonies of #279BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279BAB

Black with #279BAB

Text Example


Text Example

White with #279BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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