Html Css Color HEX #032BA1 International Klein Blue

📋 copy color: '#032BA1'

red 3 ◦ green 43 ◦ blue 161

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

Shades of International Klein Blue #032BA1

Tints of International Klein Blue #032BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 77.78%

R = 1.45%
G = 20.77%
B = 77.78%

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

#032BA1 (or 0x032BA1) is known color: International Klein Blue. HEX triplet: 03, 2B and A1. RGB value is (3,43,161). Sum of RGB (Red+Green+Blue) = 3+43+161=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 161 (63.28% from 255 or 77.78% from 207); Max value from RGB is 161 - color contains mainly: blue. Hex color #032BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032BA1 is #FCD45E. Grayscale: #2B2B2B. Windows color (decimal): -16569439 or 10562307. OLE color: 10562307.

HSL color Cylindrical-coordinate representation of color #032BA1: hue angle of 224.81º 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 #032BA1 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 43 161 -
CMYK 0.98 0.73 0 0.37
HSL 224.81º 0.96% 0.32% -
HSV(B) 224.81º 0.98% 0.63% -
XYZ 7.33 4.32 34.17 -
YUV 44.49 193.75 98.41 -
System Red Green Blue C M Y K H S L
Decimal 3 43 161 0.98 0.73 0 0.37 224.81 0.96 0.32
Hex 3 2B A1 62 49 0 25 E1 60 20
Octal 3 53 241 142 111 0 45 341 140 40
Binary 11 101011 10100001 1100010 1001001 0 100101 11100001 1100000 100000

Color Harmonies of #032BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BA1

Black with #032BA1

Text Example


Text Example

White with #032BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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