#227A88

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

Shades of Atoll #227A88

Tints of Atoll #227A88

Color information

#227A88 (or 0x227A88) is unknown color: approx Atoll. HEX triplet: 22, 7A and 88. RGB value is (34,122,136). Sum of RGB (Red+Green+Blue) = 34+122+136=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #227A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227A88 is #DD8577. Grayscale: #616161. Windows color (decimal): -14517624 or 8944162. OLE color: 8944162.

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

Color convert

RGB34122136-
CMYK0.750.1000.47
HSL188.24º60%33.33%-
HSV(B)188.24º75%53.33%-
XYZ12.0616.0425.75-
YUV97.28149.8582.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.64%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 136 (53.52% from 255) = 46.58%
R=11.64%
G=41.78%
B=46.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341221360.750.1000.47188.246033.33
Hex227A884BA02Fbc3c21
Octal42172210113120572747441
Binary10001011110101000100010010111010010111110111100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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