Html Css Color HEX #032BA0 International Klein Blue

📋 copy color: '#032BA0'

red 3 ◦ green 43 ◦ blue 160

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

Shades of International Klein Blue #032BA0

Tints of International Klein Blue #032BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.87%

 BLUE value IS 160 (62.89% from 255) = 77.67%

R = 1.46%
G = 20.87%
B = 77.67%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#032BA0 (or 0x032BA0) is known color: International Klein Blue. HEX triplet: 03, 2B and A0. RGB value is (3,43,160). Sum of RGB (Red+Green+Blue) = 3+43+160=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 160 (62.89% from 255 or 77.67% from 206); Max value from RGB is 160 - color contains mainly: blue. Hex color #032BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032BA0 is #FCD45F. Grayscale: #2B2B2B. Windows color (decimal): -16569440 or 10496771. OLE color: 10496771.

HSL color Cylindrical-coordinate representation of color #032BA0: hue angle of 224.71º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032BA0 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 43 160 -
CMYK 0.98 0.73 0 0.37
HSL 224.71º 0.96% 0.32% -
HSV(B) 224.71º 0.98% 0.63% -
XYZ 7.25 4.29 33.7 -
YUV 44.38 193.25 98.49 -
System Red Green Blue C M Y K H S L
Decimal 3 43 160 0.98 0.73 0 0.37 224.71 0.96 0.32
Hex 3 2B A0 62 49 0 25 E1 60 20
Octal 3 53 240 142 111 0 45 341 140 40
Binary 11 101011 10100000 1100010 1001001 0 100101 11100001 1100000 100000

Color Harmonies of #032BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BA0

Black with #032BA0

Text Example


Text Example

White with #032BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032BA0; }

 p { color: rgb(3,43,160); }

 H1.HeaderClassName
 {
   color: #032BA0;
 }
 .AnyTagClassName
 {
   color: #032BA0;
 }
</style>

background-color css

<style>
 a { background-color: #032BA0; }

 a { background-color: rgb(3,43,160); }

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

border-color css

<style>
 span { border-color: #032BA0; }

 span { border-color: rgb(3,43,160); }

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