#226EBF

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

Shades of Denim #226EBF

Tints of Denim #226EBF

Color information

#226EBF (or 0x226EBF) is unknown color: approx Denim. HEX triplet: 22, 6E and BF. RGB value is (34,110,191). Sum of RGB (Red+Green+Blue) = 34+110+191=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #226EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226EBF is #DD9140. Grayscale: #606060. Windows color (decimal): -14520641 or 12545570. OLE color: 12545570.

HSL color Cylindrical-coordinate representation of color #226EBF: hue angle of 210.96º 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 #226EBF is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB34110191-
CMYK0.820.4200.25
HSL210.96º69.78%44.12%-
HSV(B)210.96º82.2%74.9%-
XYZ15.6415.2551.41-
YUV96.51181.3283.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.15%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 191 (75% from 255) = 57.01%
R=10.15%
G=32.84%
B=57.01%

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
Decimal341101910.820.4200.25210.9669.7844.12
Hex226EBF522A019d3462c
Octal421562771225203132310654
Binary1000101101110101111111010010101010011001110100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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