#226477

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

Shades of Allports #226477

Tints of Allports #226477

Color information

#226477 (or 0x226477) is unknown color: approx Allports. HEX triplet: 22, 64 and 77. RGB value is (34,100,119). Sum of RGB (Red+Green+Blue) = 34+100+119=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #226477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226477 is #DD9B88. Grayscale: #525252. Windows color (decimal): -14523273 or 7824418. OLE color: 7824418.

HSL color Cylindrical-coordinate representation of color #226477: hue angle of 193.41º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #226477 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB34100119-
CMYK0.710.1600.53
HSL193.41º55.56%30%-
HSV(B)193.41º71.43%46.67%-
XYZ8.5510.7919.08-
YUV82.43148.6393.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.44%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=13.44%
G=39.53%
B=47.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal341001190.710.1600.53193.4155.5630
Hex2264774710035c1381e
Octal42144167107200653017036
Binary1000101100100111011110001111000001101011100000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226477; }

 p { color: rgb(34,100,119); }

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

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

 a { background-color: rgb(34,100,119); }

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

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

 span { border-color: rgb(34,100,119); }

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