#226FBE

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

Shades of Denim #226FBE

Tints of Denim #226FBE

Color information

#226FBE (or 0x226FBE) is unknown color: approx Denim. HEX triplet: 22, 6F and BE. RGB value is (34,111,190). Sum of RGB (Red+Green+Blue) = 34+111+190=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #226FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226FBE is #DD9041. Grayscale: #606060. Windows color (decimal): -14520386 or 12480290. OLE color: 12480290.

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

Color convert

RGB34111190-
CMYK0.820.4200.25
HSL210.38º69.64%43.92%-
HSV(B)210.38º82.11%74.51%-
XYZ15.6415.4350.87-
YUV96.98180.4983.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.15%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=10.15%
G=33.13%
B=56.72%

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
Decimal341111900.820.4200.25210.3869.6443.92
Hex226FBE522A019d2462c
Octal421572761225203132210654
Binary1000101101111101111101010010101010011001110100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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