Html Css Color HEX #287076 Atoll

📋 copy color: '#287076'

red 40 ◦ green 112 ◦ blue 118

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

Shades of Atoll #287076

Tints of Atoll #287076

RGB

 RED value IS 40 (16.02% from 255) = 14.81%

 GREEN value IS 112 (44.14% from 255) = 41.48%

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 14.81%
G = 41.48%
B = 43.7%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#287076 (or 0x287076) is known color: Atoll. HEX triplet: 28, 70 and 76. RGB value is (40,112,118). Sum of RGB (Red+Green+Blue) = 40+112+118=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #287076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287076 is #D78F89. Grayscale: #5B5B5B. Windows color (decimal): -14126986 or 7761960. OLE color: 7761960.

HSL color Cylindrical-coordinate representation of color #287076: hue angle of 184.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287076 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 112 118 -
CMYK 0.66 0.05 0 0.54
HSL 184.62º 0.49% 0.31% -
HSV(B) 184.62º 0.66% 0.46% -
XYZ 9.94 13.35 19.19 -
YUV 91.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 40 112 118 0.66 0.05 0 0.54 184.62 0.49 0.31
Hex 28 70 76 42 5 0 36 B9 31 1F
Octal 50 160 166 102 5 0 66 271 61 37
Binary 101000 1110000 1110110 1000010 101 0 110110 10111001 110001 11111

Color Harmonies of #287076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287076

Black with #287076

Text Example


Text Example

White with #287076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287076; }

 p { color: rgb(40,112,118); }

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

background-color css

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

 a { background-color: rgb(40,112,118); }

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

border-color css

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

 span { border-color: rgb(40,112,118); }

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