#0422B3

Color #0422B3 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0422B3

Tints of International Klein Blue #0422B3

Color information

#0422B3 (or 0x0422B3) is unknown color: approx International Klein Blue. HEX triplet: 04, 22 and B3. RGB value is (4,34,179). Sum of RGB (Red+Green+Blue) = 4+34+179=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 179 (70.31% from 255 or 82.49% from 217); Max value from RGB is 179 - color contains mainly: blue. Hex color #0422B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0422B3 is #FBDD4C. Grayscale: #282828. Windows color (decimal): -16506189 or 11739652. OLE color: 11739652.

HSL color Cylindrical-coordinate representation of color #0422B3: hue angle of 229.71º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0422B3 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB434179-
CMYK0.980.8100.30
HSL229.71º95.63%35.88%-
HSV(B)229.71º97.77%70.2%-
XYZ8.764.4243.04-
YUV41.56205.56101.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 179 (70.31% from 255) = 82.49%
R=1.84%
G=15.67%
B=82.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4341790.980.8100.30229.7195.6335.88
Hex422B3625101Ee66024
Octal44226314212103634614044
Binary1001000101011001111000101010001011110111001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0422B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0422B3; }

 p { color: rgb(4,34,179); }

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

<style>
 a { background-color: #0422B3; }

 a { background-color: rgb(4,34,179); }

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

<style>
 span { border-color: #0422B3; }

 span { border-color: rgb(4,34,179); }

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