#226F83

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

Shades of Allports #226F83

Tints of Allports #226F83

Color information

#226F83 (or 0x226F83) is unknown color: approx Allports. HEX triplet: 22, 6F and 83. RGB value is (34,111,131). Sum of RGB (Red+Green+Blue) = 34+111+131=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #226F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226F83 is #DD907C. Grayscale: #5A5A5A. Windows color (decimal): -14520445 or 8613666. OLE color: 8613666.

HSL color Cylindrical-coordinate representation of color #226F83: hue angle of 192.37º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #226F83 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB34111131-
CMYK0.740.1500.49
HSL192.37º58.79%32.35%-
HSV(B)192.37º74.05%51.37%-
XYZ10.4413.3523.5-
YUV90.26150.9987.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.32%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=12.32%
G=40.22%
B=47.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341111310.740.1500.49192.3758.7932.35
Hex226F834AF031c03b20
Octal42157203112170613007340
Binary10001011011111000001110010101111011000111000000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226F83; }

 p { color: rgb(34,111,131); }

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

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

 a { background-color: rgb(34,111,131); }

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

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

 span { border-color: rgb(34,111,131); }

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