#227D87

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

Shades of Atoll #227D87

Tints of Atoll #227D87

Color information

#227D87 (or 0x227D87) is unknown color: approx Atoll. HEX triplet: 22, 7D and 87. RGB value is (34,125,135). Sum of RGB (Red+Green+Blue) = 34+125+135=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #227D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227D87 is #DD8278. Grayscale: #626262. Windows color (decimal): -14516857 or 8879394. OLE color: 8879394.

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

Color convert

RGB34125135-
CMYK0.750.0700.47
HSL185.94º59.76%33.14%-
HSV(B)185.94º74.81%52.94%-
XYZ12.3716.7625.5-
YUV98.93148.3581.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.56%
GREEN value IS 125 (49.22% from 255) = 42.52%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=11.56%
G=42.52%
B=45.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341251350.750.0700.47185.9459.7633.14
Hex227D874B702Fba3c21
Octal4217520711370572727441
Binary1000101111101100001111001011111010111110111010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227D87; }

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

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

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

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

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

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

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

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