Html Css Color HEX #0337AB International Klein Blue

📋 copy color: '#0337AB'

red 3 ◦ green 55 ◦ blue 171

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

Shades of International Klein Blue #0337AB

Tints of International Klein Blue #0337AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 74.67%

R = 1.31%
G = 24.02%
B = 74.67%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0337AB (or 0x0337AB) is known color: International Klein Blue. HEX triplet: 03, 37 and AB. RGB value is (3,55,171). Sum of RGB (Red+Green+Blue) = 3+55+171=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #0337AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0337AB is #FCC854. Grayscale: #343434. Windows color (decimal): -16566357 or 11220739. OLE color: 11220739.

HSL color Cylindrical-coordinate representation of color #0337AB: hue angle of 221.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0337AB is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 55 171 -
CMYK 0.98 0.68 0 0.33
HSL 221.43º 0.97% 0.34% -
HSV(B) 221.43º 0.98% 0.67% -
XYZ 8.75 5.69 39.17 -
YUV 52.68 194.77 92.57 -
System Red Green Blue C M Y K H S L
Decimal 3 55 171 0.98 0.68 0 0.33 221.43 0.97 0.34
Hex 3 37 AB 62 44 0 21 DD 61 22
Octal 3 67 253 142 104 0 41 335 141 42
Binary 11 110111 10101011 1100010 1000100 0 100001 11011101 1100001 100010

Color Harmonies of #0337AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0337AB

Black with #0337AB

Text Example


Text Example

White with #0337AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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