Html Css Color HEX #288581 Atoll

📋 copy color: '#288581'

red 40 ◦ green 133 ◦ blue 129

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

Shades of Atoll #288581

Tints of Atoll #288581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 129 (50.78% from 255) = 42.72%

R = 13.25%
G = 44.04%
B = 42.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#288581 (or 0x288581) is known color: Atoll. HEX triplet: 28, 85 and 81. RGB value is (40,133,129). Sum of RGB (Red+Green+Blue) = 40+133+129=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #288581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288581 is #D77A7E. Grayscale: #686868. Windows color (decimal): -14121599 or 8488232. OLE color: 8488232.

HSL color Cylindrical-coordinate representation of color #288581: hue angle of 177.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288581 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 129 -
CMYK 0.70 0 0.03 0.48
HSL 177.42º 0.54% 0.34% -
HSV(B) 177.42º 0.7% 0.52% -
XYZ 13.23 18.81 23.7 -
YUV 104.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 40 133 129 0.70 0 0.03 0.48 177.42 0.54 0.34
Hex 28 85 81 46 0 3 30 B1 36 22
Octal 50 205 201 106 0 3 60 261 66 42
Binary 101000 10000101 10000001 1000110 0 11 110000 10110001 110110 100010

Color Harmonies of #288581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288581

Black with #288581

Text Example


Text Example

White with #288581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288581; }

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

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

background-color css

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

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

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

border-color css

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

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

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