#227688

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

Shades of Allports #227688

Tints of Allports #227688

Color information

#227688 (or 0x227688) is unknown color: approx Allports. HEX triplet: 22, 76 and 88. RGB value is (34,118,136). Sum of RGB (Red+Green+Blue) = 34+118+136=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #227688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227688 is #DD8977. Grayscale: #5E5E5E. Windows color (decimal): -14518648 or 8943138. OLE color: 8943138.

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

Color convert

RGB34118136-
CMYK0.750.1300.47
HSL190.59º60%33.33%-
HSV(B)190.59º75%53.33%-
XYZ11.5815.0725.59-
YUV94.94151.1784.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.81%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=11.81%
G=40.97%
B=47.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341181360.750.1300.47190.596033.33
Hex2276884BD02Fbf3c21
Octal42166210113150572777441
Binary10001011101101000100010010111101010111110111111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227688; }

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

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

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

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

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

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

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

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