Html Css Color HEX #032AAA International Klein Blue

📋 copy color: '#032AAA'

red 3 ◦ green 42 ◦ blue 170

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

Shades of International Klein Blue #032AAA

Tints of International Klein Blue #032AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 79.07%

R = 1.4%
G = 19.53%
B = 79.07%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#032AAA (or 0x032AAA) is known color: International Klein Blue. HEX triplet: 03, 2A and AA. RGB value is (3,42,170). Sum of RGB (Red+Green+Blue) = 3+42+170=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #032AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032AAA is #FCD555. Grayscale: #2C2C2C. Windows color (decimal): -16569686 or 11151875. OLE color: 11151875.

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

Color convert

RGB 3 42 170 -
CMYK 0.98 0.75 0 0.33
HSL 225.99º 0.97% 0.34% -
HSV(B) 225.99º 0.98% 0.67% -
XYZ 8.12 4.58 38.49 -
YUV 44.93 198.58 98.09 -
System Red Green Blue C M Y K H S L
Decimal 3 42 170 0.98 0.75 0 0.33 225.99 0.97 0.34
Hex 3 2A AA 62 4B 0 21 E2 61 22
Octal 3 52 252 142 113 0 41 342 141 42
Binary 11 101010 10101010 1100010 1001011 0 100001 11100010 1100001 100010

Color Harmonies of #032AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032AAA

Black with #032AAA

Text Example


Text Example

White with #032AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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