Html Css Color HEX #288584 Atoll

📋 copy color: '#288584'

red 40 ◦ green 133 ◦ blue 132

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

Shades of Atoll #288584

Tints of Atoll #288584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.28%

R = 13.11%
G = 43.61%
B = 43.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#288584 (or 0x288584) is known color: Atoll. HEX triplet: 28, 85 and 84. RGB value is (40,133,132). Sum of RGB (Red+Green+Blue) = 40+133+132=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #288584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288584 is #D77A7B. Grayscale: #686868. Windows color (decimal): -14121596 or 8684840. OLE color: 8684840.

HSL color Cylindrical-coordinate representation of color #288584: hue angle of 179.35º 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 #288584 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 132 -
CMYK 0.70 0 0.01 0.48
HSL 179.35º 0.54% 0.34% -
HSV(B) 179.35º 0.7% 0.52% -
XYZ 13.43 18.89 24.77 -
YUV 105.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 40 133 132 0.70 0 0.01 0.48 179.35 0.54 0.34
Hex 28 85 84 46 0 1 30 B3 36 22
Octal 50 205 204 106 0 1 60 263 66 42
Binary 101000 10000101 10000100 1000110 0 1 110000 10110011 110110 100010

Color Harmonies of #288584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288584

Black with #288584

Text Example


Text Example

White with #288584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288584; }

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

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

background-color css

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

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

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

border-color css

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

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

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