#226371

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

Shades of Allports #226371

Tints of Allports #226371

Color information

#226371 (or 0x226371) is unknown color: approx Allports. HEX triplet: 22, 63 and 71. RGB value is (34,99,113). Sum of RGB (Red+Green+Blue) = 34+99+113=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #226371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226371 is #DD9C8E. Grayscale: #515151. Windows color (decimal): -14523535 or 7430946. OLE color: 7430946.

HSL color Cylindrical-coordinate representation of color #226371: hue angle of 190.63º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #226371 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3499113-
CMYK0.700.1200.56
HSL190.63º53.74%28.82%-
HSV(B)190.63º69.91%44.31%-
XYZ8.110.4617.21-
YUV81.16145.9794.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=13.82%
G=40.24%
B=45.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34991130.700.1200.56190.6353.7428.82
Hex22637146C038bf361d
Octal42143161106140702776635
Binary100010110001111100011000110110001110001011111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226371; }

 p { color: rgb(34,99,113); }

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

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

 a { background-color: rgb(34,99,113); }

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

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

 span { border-color: rgb(34,99,113); }

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