Html Css Color HEX #032AA6 International Klein Blue

📋 copy color: '#032AA6'

red 3 ◦ green 42 ◦ blue 166

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

Shades of International Klein Blue #032AA6

Tints of International Klein Blue #032AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 78.67%

R = 1.42%
G = 19.91%
B = 78.67%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#032AA6 (or 0x032AA6) is known color: International Klein Blue. HEX triplet: 03, 2A and A6. RGB value is (3,42,166). Sum of RGB (Red+Green+Blue) = 3+42+166=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 166 (65.23% from 255 or 78.67% from 211); Max value from RGB is 166 - color contains mainly: blue. Hex color #032AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032AA6 is #FCD559. Grayscale: #2B2B2B. Windows color (decimal): -16569690 or 10889731. OLE color: 10889731.

HSL color Cylindrical-coordinate representation of color #032AA6: hue angle of 225.64º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032AA6 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 42 166 -
CMYK 0.98 0.75 0 0.35
HSL 225.64º 0.96% 0.33% -
HSV(B) 225.64º 0.98% 0.65% -
XYZ 7.75 4.43 36.52 -
YUV 44.48 196.58 98.42 -
System Red Green Blue C M Y K H S L
Decimal 3 42 166 0.98 0.75 0 0.35 225.64 0.96 0.33
Hex 3 2A A6 62 4B 0 23 E2 60 21
Octal 3 52 246 142 113 0 43 342 140 41
Binary 11 101010 10100110 1100010 1001011 0 100011 11100010 1100000 100001

Color Harmonies of #032AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032AA6

Black with #032AA6

Text Example


Text Example

White with #032AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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