#0337BB

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

Shades of International Klein Blue #0337BB

Tints of International Klein Blue #0337BB

Color information

#0337BB (or 0x0337BB) is unknown color: approx International Klein Blue. HEX triplet: 03, 37 and BB. RGB value is (3,55,187). Sum of RGB (Red+Green+Blue) = 3+55+187=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #0337BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0337BB is #FCC844. Grayscale: #353535. Windows color (decimal): -16566341 or 12269315. OLE color: 12269315.

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

Color convert

RGB355187-
CMYK0.980.7100.27
HSL223.04º96.84%37.25%-
HSV(B)223.04º98.4%73.33%-
XYZ10.376.3447.69-
YUV54.5202.7791.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 187 (73.44% from 255) = 76.33%
R=1.22%
G=22.45%
B=76.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3551870.980.7100.27223.0496.8437.25
Hex337BB624701Bdf6125
Octal36727314210703333714145
Binary111101111011101111000101000111011011110111111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0337BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0337BB; }

 p { color: rgb(3,55,187); }

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

<style>
 a { background-color: #0337BB; }

 a { background-color: rgb(3,55,187); }

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

<style>
 span { border-color: #0337BB; }

 span { border-color: rgb(3,55,187); }

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