#226EBE

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

Shades of Denim #226EBE

Tints of Denim #226EBE

Color information

#226EBE (or 0x226EBE) is unknown color: approx Denim. HEX triplet: 22, 6E and BE. RGB value is (34,110,190). Sum of RGB (Red+Green+Blue) = 34+110+190=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #226EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226EBE is #DD9141. Grayscale: #606060. Windows color (decimal): -14520642 or 12480034. OLE color: 12480034.

HSL color Cylindrical-coordinate representation of color #226EBE: hue angle of 210.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #226EBE is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB34110190-
CMYK0.820.4200.25
HSL210.77º69.64%43.92%-
HSV(B)210.77º82.11%74.51%-
XYZ15.5315.2150.83-
YUV96.4180.8283.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.18%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=10.18%
G=32.93%
B=56.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341101900.820.4200.25210.7769.6443.92
Hex226EBE522A019d3462c
Octal421562761225203132310654
Binary1000101101110101111101010010101010011001110100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,110,190); }

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

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

 a { background-color: rgb(34,110,190); }

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

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

 span { border-color: rgb(34,110,190); }

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