Html Css Color HEX #0337BA International Klein Blue

📋 copy color: '#0337BA'

red 3 ◦ green 55 ◦ blue 186

#0337BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0337BA

Tints of International Klein Blue #0337BA

RGB

 RED value IS 3 (1.56% from 255) = 1.23%

 GREEN value IS 55 (21.88% from 255) = 22.54%

 BLUE value IS 186 (73.05% from 255) = 76.23%

R = 1.23%
G = 22.54%
B = 76.23%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0337BA (or 0x0337BA) is known color: International Klein Blue. HEX triplet: 03, 37 and BA. RGB value is (3,55,186). Sum of RGB (Red+Green+Blue) = 3+55+186=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #0337BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0337BA is #FCC845. Grayscale: #353535. Windows color (decimal): -16566342 or 12203779. OLE color: 12203779.

HSL color Cylindrical-coordinate representation of color #0337BA: hue angle of 222.95º 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 #0337BA is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 55 186 -
CMYK 0.98 0.70 0 0.27
HSL 222.95º 0.97% 0.37% -
HSV(B) 222.95º 0.98% 0.73% -
XYZ 10.27 6.3 47.13 -
YUV 54.39 202.27 91.35 -
System Red Green Blue C M Y K H S L
Decimal 3 55 186 0.98 0.70 0 0.27 222.95 0.97 0.37
Hex 3 37 BA 62 46 0 1B DF 61 25
Octal 3 67 272 142 106 0 33 337 141 45
Binary 11 110111 10111010 1100010 1000110 0 11011 11011111 1100001 100101

Color Harmonies of #0337BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0337BA

Black with #0337BA

Text Example


Text Example

White with #0337BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0337BA;
 }
 .AnyTagClassName
 {
   color: #0337BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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