#033BA4

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

Shades of International Klein Blue #033BA4

Tints of International Klein Blue #033BA4

Color information

#033BA4 (or 0x033BA4) is unknown color: approx International Klein Blue. HEX triplet: 03, 3B and A4. RGB value is (3,59,164). Sum of RGB (Red+Green+Blue) = 3+59+164=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 164 (64.45% from 255 or 72.57% from 226); Max value from RGB is 164 - color contains mainly: blue. Hex color #033BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033BA4 is #FCC45B. Grayscale: #353535. Windows color (decimal): -16565340 or 10763011. OLE color: 10763011.

HSL color Cylindrical-coordinate representation of color #033BA4: hue angle of 219.13º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033BA4 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB359164-
CMYK0.980.6400.36
HSL219.13º96.41%32.75%-
HSV(B)219.13º98.17%64.31%-
XYZ8.35.8335.81-
YUV54.23189.9591.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 59 (23.44% from 255) = 26.11%
BLUE value IS 164 (64.45% from 255) = 72.57%
R=1.33%
G=26.11%
B=72.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3591640.980.6400.36219.1396.4132.75
Hex33BA46240024db6021
Octal37324414210004433314041
Binary1111101110100100110001010000000100100110110111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033BA4; }

 p { color: rgb(3,59,164); }

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

<style>
 a { background-color: #033BA4; }

 a { background-color: rgb(3,59,164); }

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

<style>
 span { border-color: #033BA4; }

 span { border-color: rgb(3,59,164); }

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