#0331B4

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

Shades of International Klein Blue #0331B4

Tints of International Klein Blue #0331B4

Color information

#0331B4 (or 0x0331B4) is unknown color: approx International Klein Blue. HEX triplet: 03, 31 and B4. RGB value is (3,49,180). Sum of RGB (Red+Green+Blue) = 3+49+180=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 180 (70.70% from 255 or 77.59% from 232); Max value from RGB is 180 - color contains mainly: blue. Hex color #0331B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0331B4 is #FCCE4B. Grayscale: #313131. Windows color (decimal): -16567884 or 11809027. OLE color: 11809027.

HSL color Cylindrical-coordinate representation of color #0331B4: hue angle of 224.41º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0331B4 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB349180-
CMYK0.980.7300.29
HSL224.41º96.72%35.88%-
HSV(B)224.41º98.33%70.59%-
XYZ9.375.5143.75-
YUV50.18201.2694.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 180 (70.70% from 255) = 77.59%
R=1.29%
G=21.12%
B=77.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3491800.980.7300.29224.4196.7235.88
Hex331B4624901De06124
Octal36126414211103534014144
Binary111100011011010011000101001001011101111000001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0331B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0331B4; }

 p { color: rgb(3,49,180); }

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

<style>
 a { background-color: #0331B4; }

 a { background-color: rgb(3,49,180); }

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

<style>
 span { border-color: #0331B4; }

 span { border-color: rgb(3,49,180); }

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