#227C87

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

Shades of Atoll #227C87

Tints of Atoll #227C87

Color information

#227C87 (or 0x227C87) is unknown color: approx Atoll. HEX triplet: 22, 7C and 87. RGB value is (34,124,135). Sum of RGB (Red+Green+Blue) = 34+124+135=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #227C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227C87 is #DD8378. Grayscale: #626262. Windows color (decimal): -14517113 or 8879138. OLE color: 8879138.

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

Color convert

RGB34124135-
CMYK0.750.0800.47
HSL186.53º59.76%33.14%-
HSV(B)186.53º74.81%52.94%-
XYZ12.2416.525.46-
YUV98.34148.6882.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.60%
GREEN value IS 124 (48.83% from 255) = 42.32%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=11.60%
G=42.32%
B=46.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341241350.750.0800.47186.5359.7633.14
Hex227C874B802Fbb3c21
Octal42174207113100572737441
Binary10001011111001000011110010111000010111110111011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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