Html Css Color HEX #032AAD International Klein Blue

📋 copy color: '#032AAD'

red 3 ◦ green 42 ◦ blue 173

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

Shades of International Klein Blue #032AAD

Tints of International Klein Blue #032AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.27%

 BLUE value IS 173 (67.97% from 255) = 79.36%

R = 1.38%
G = 19.27%
B = 79.36%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#032AAD (or 0x032AAD) is known color: International Klein Blue. HEX triplet: 03, 2A and AD. RGB value is (3,42,173). Sum of RGB (Red+Green+Blue) = 3+42+173=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #032AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032AAD is #FCD552. Grayscale: #2C2C2C. Windows color (decimal): -16569683 or 11348483. OLE color: 11348483.

HSL color Cylindrical-coordinate representation of color #032AAD: hue angle of 226.24º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032AAD is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 42 173 -
CMYK 0.98 0.76 0 0.32
HSL 226.24º 0.97% 0.35% -
HSV(B) 226.24º 0.98% 0.68% -
XYZ 8.41 4.69 40 -
YUV 45.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 3 42 173 0.98 0.76 0 0.32 226.24 0.97 0.35
Hex 3 2A AD 62 4C 0 20 E2 61 23
Octal 3 52 255 142 114 0 40 342 141 43
Binary 11 101010 10101101 1100010 1001100 0 100000 11100010 1100001 100011

Color Harmonies of #032AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032AAD

Black with #032AAD

Text Example


Text Example

White with #032AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,42,173); }

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

background-color css

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

 a { background-color: rgb(3,42,173); }

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

border-color css

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

 span { border-color: rgb(3,42,173); }

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