Html Css Color HEX #032AAE International Klein Blue

📋 copy color: '#032AAE'

red 3 ◦ green 42 ◦ blue 174

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

Shades of International Klein Blue #032AAE

Tints of International Klein Blue #032AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 79.45%

R = 1.37%
G = 19.18%
B = 79.45%

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

#032AAE (or 0x032AAE) is known color: International Klein Blue. HEX triplet: 03, 2A and AE. RGB value is (3,42,174). Sum of RGB (Red+Green+Blue) = 3+42+174=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #032AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032AAE is #FCD551. Grayscale: #2C2C2C. Windows color (decimal): -16569682 or 11414019. OLE color: 11414019.

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

Color convert

RGB 3 42 174 -
CMYK 0.98 0.76 0 0.32
HSL 226.32º 0.97% 0.35% -
HSV(B) 226.32º 0.98% 0.68% -
XYZ 8.51 4.73 40.51 -
YUV 45.39 200.58 97.77 -
System Red Green Blue C M Y K H S L
Decimal 3 42 174 0.98 0.76 0 0.32 226.32 0.97 0.35
Hex 3 2A AE 62 4C 0 20 E2 61 23
Octal 3 52 256 142 114 0 40 342 141 43
Binary 11 101010 10101110 1100010 1001100 0 100000 11100010 1100001 100011

Color Harmonies of #032AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032AAE

Black with #032AAE

Text Example


Text Example

White with #032AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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