#0332BC

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

Shades of International Klein Blue #0332BC

Tints of International Klein Blue #0332BC

Color information

#0332BC (or 0x0332BC) is unknown color: approx International Klein Blue. HEX triplet: 03, 32 and BC. RGB value is (3,50,188). Sum of RGB (Red+Green+Blue) = 3+50+188=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #0332BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0332BC is #FCCD43. Grayscale: #333333. Windows color (decimal): -16567620 or 12333571. OLE color: 12333571.

HSL color Cylindrical-coordinate representation of color #0332BC: hue angle of 224.76º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0332BC is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB350188-
CMYK0.980.7300.26
HSL224.76º96.86%37.45%-
HSV(B)224.76º98.4%73.73%-
XYZ10.265.9348.18-
YUV51.68204.9393.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 188 (73.83% from 255) = 78.01%
R=1.24%
G=20.75%
B=78.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3501880.980.7300.26224.7696.8637.45
Hex332BC624901Ae16125
Octal36227414211103234114145
Binary111100101011110011000101001001011010111000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0332BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0332BC; }

 p { color: rgb(3,50,188); }

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

<style>
 a { background-color: #0332BC; }

 a { background-color: rgb(3,50,188); }

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

<style>
 span { border-color: #0332BC; }

 span { border-color: rgb(3,50,188); }

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