#228588

Color #228588 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #228588

Tints of Atoll #228588

Color information

#228588 (or 0x228588) is unknown color: approx Atoll. HEX triplet: 22, 85 and 88. RGB value is (34,133,136). Sum of RGB (Red+Green+Blue) = 34+133+136=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #228588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228588 is #DD7A77. Grayscale: #676767. Windows color (decimal): -14514808 or 8946978. OLE color: 8946978.

HSL color Cylindrical-coordinate representation of color #228588: hue angle of 181.76º 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 #228588 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB34133136-
CMYK0.750.0200.47
HSL181.76º60%33.33%-
HSV(B)181.76º75%53.33%-
XYZ13.4918.8926.23-
YUV103.74146.278.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.22%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=11.22%
G=43.89%
B=44.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341331360.750.0200.47181.766033.33
Hex2285884B202Fb63c21
Octal4220521011320572667441
Binary1000101000010110001000100101110010111110110110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228588; }

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

 H1.HeaderClassName
 {
   color: #228588;
 }
 .AnyTagClassName
 {
   color: #228588;
 }
</style>
background-color css

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

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

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

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

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

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