Html Css Color HEX #0337BD International Klein Blue

📋 copy color: '#0337BD'

red 3 ◦ green 55 ◦ blue 189

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

Shades of International Klein Blue #0337BD

Tints of International Klein Blue #0337BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 76.52%

R = 1.21%
G = 22.27%
B = 76.52%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0337BD (or 0x0337BD) is known color: International Klein Blue. HEX triplet: 03, 37 and BD. RGB value is (3,55,189). Sum of RGB (Red+Green+Blue) = 3+55+189=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #0337BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0337BD is #FCC842. Grayscale: #363636. Windows color (decimal): -16566339 or 12400387. OLE color: 12400387.

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

Color convert

RGB 3 55 189 -
CMYK 0.98 0.71 0 0.26
HSL 223.23º 0.97% 0.38% -
HSV(B) 223.23º 0.98% 0.74% -
XYZ 10.59 6.43 48.83 -
YUV 54.73 203.77 91.1 -
System Red Green Blue C M Y K H S L
Decimal 3 55 189 0.98 0.71 0 0.26 223.23 0.97 0.38
Hex 3 37 BD 62 47 0 1A DF 61 26
Octal 3 67 275 142 107 0 32 337 141 46
Binary 11 110111 10111101 1100010 1000111 0 11010 11011111 1100001 100110

Color Harmonies of #0337BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0337BD

Black with #0337BD

Text Example


Text Example

White with #0337BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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