Html Css Color HEX #288985 Atoll

📋 copy color: '#288985'

red 40 ◦ green 137 ◦ blue 133

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

Shades of Atoll #288985

Tints of Atoll #288985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.19%

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 12.9%
G = 44.19%
B = 42.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#288985 (or 0x288985) is known color: Atoll. HEX triplet: 28, 89 and 85. RGB value is (40,137,133). Sum of RGB (Red+Green+Blue) = 40+137+133=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #288985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288985 is #D7767A. Grayscale: #6B6B6B. Windows color (decimal): -14120571 or 8751400. OLE color: 8751400.

HSL color Cylindrical-coordinate representation of color #288985: hue angle of 177.53º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288985 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 133 -
CMYK 0.71 0 0.03 0.46
HSL 177.53º 0.55% 0.35% -
HSV(B) 177.53º 0.71% 0.54% -
XYZ 14.05 20.04 25.32 -
YUV 107.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 40 137 133 0.71 0 0.03 0.46 177.53 0.55 0.35
Hex 28 89 85 47 0 3 2E B2 37 23
Octal 50 211 205 107 0 3 56 262 67 43
Binary 101000 10001001 10000101 1000111 0 11 101110 10110010 110111 100011

Color Harmonies of #288985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288985

Black with #288985

Text Example


Text Example

White with #288985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288985; }

 p { color: rgb(40,137,133); }

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

background-color css

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

 a { background-color: rgb(40,137,133); }

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

border-color css

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

 span { border-color: rgb(40,137,133); }

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