#226FC4

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

Shades of Denim #226FC4

Tints of Denim #226FC4

Color information

#226FC4 (or 0x226FC4) is unknown color: approx Denim. HEX triplet: 22, 6F and C4. RGB value is (34,111,196). Sum of RGB (Red+Green+Blue) = 34+111+196=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 196 (76.95% from 255 or 57.48% from 341); Max value from RGB is 196 - color contains mainly: blue. Hex color #226FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226FC4 is #DD903B. Grayscale: #616161. Windows color (decimal): -14520380 or 12873506. OLE color: 12873506.

HSL color Cylindrical-coordinate representation of color #226FC4: hue angle of 211.48º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #226FC4 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB34111196-
CMYK0.830.4300.23
HSL211.48º70.43%45.1%-
HSV(B)211.48º82.65%76.86%-
XYZ16.3115.6954.39-
YUV97.67183.4982.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.97%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 196 (76.95% from 255) = 57.48%
R=9.97%
G=32.55%
B=57.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal341111960.830.4300.23211.4870.4345.1
Hex226FC4532B017d3462d
Octal421573041235302732310655
Binary1000101101111110001001010011101011010111110100111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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