Html Css Color HEX #228587 Atoll

📋 copy color: '#228587'

red 34 ◦ green 133 ◦ blue 135

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

Shades of Atoll #228587

Tints of Atoll #228587

RGB

 RED value IS 34 (13.67% from 255) = 11.26%

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

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 11.26%
G = 44.04%
B = 44.7%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#228587 (or 0x228587) is known color: Atoll. HEX triplet: 22, 85 and 87. RGB value is (34,133,135). Sum of RGB (Red+Green+Blue) = 34+133+135=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #228587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228587 is #DD7A78. Grayscale: #676767. Windows color (decimal): -14514809 or 8881442. OLE color: 8881442.

HSL color Cylindrical-coordinate representation of color #228587: hue angle of 181.19º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228587 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 133 135 -
CMYK 0.75 0.01 0 0.47
HSL 181.19º 0.6% 0.33% -
HSV(B) 181.19º 0.75% 0.53% -
XYZ 13.42 18.86 25.86 -
YUV 103.63 145.7 78.34 -
System Red Green Blue C M Y K H S L
Decimal 34 133 135 0.75 0.01 0 0.47 181.19 0.6 0.33
Hex 22 85 87 4B 1 0 2F B5 3C 21
Octal 42 205 207 113 1 0 57 265 74 41
Binary 100010 10000101 10000111 1001011 1 0 101111 10110101 111100 100001

Color Harmonies of #228587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228587

Black with #228587

Text Example


Text Example

White with #228587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228587; }

 p { color: rgb(34,133,135); }

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

background-color css

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

 a { background-color: rgb(34,133,135); }

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

border-color css

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

 span { border-color: rgb(34,133,135); }

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