Html Css Color HEX #032CA2 International Klein Blue

📋 copy color: '#032CA2'

red 3 ◦ green 44 ◦ blue 162

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

Shades of International Klein Blue #032CA2

Tints of International Klein Blue #032CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

 BLUE value IS 162 (63.67% from 255) = 77.51%

R = 1.44%
G = 21.05%
B = 77.51%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#032CA2 (or 0x032CA2) is known color: International Klein Blue. HEX triplet: 03, 2C and A2. RGB value is (3,44,162). Sum of RGB (Red+Green+Blue) = 3+44+162=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 162 (63.67% from 255 or 77.51% from 209); Max value from RGB is 162 - color contains mainly: blue. Hex color #032CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032CA2 is #FCD35D. Grayscale: #2C2C2C. Windows color (decimal): -16569182 or 10628099. OLE color: 10628099.

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

Color convert

RGB 3 44 162 -
CMYK 0.98 0.73 0 0.36
HSL 224.53º 0.96% 0.32% -
HSV(B) 224.53º 0.98% 0.64% -
XYZ 7.46 4.43 34.64 -
YUV 45.19 193.92 97.91 -
System Red Green Blue C M Y K H S L
Decimal 3 44 162 0.98 0.73 0 0.36 224.53 0.96 0.32
Hex 3 2C A2 62 49 0 24 E1 60 20
Octal 3 54 242 142 111 0 44 341 140 40
Binary 11 101100 10100010 1100010 1001001 0 100100 11100001 1100000 100000

Color Harmonies of #032CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CA2

Black with #032CA2

Text Example


Text Example

White with #032CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,44,162); }

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

background-color css

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

 a { background-color: rgb(3,44,162); }

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

border-color css

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

 span { border-color: rgb(3,44,162); }

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