Html Css Color HEX #032A9E International Klein Blue

📋 copy color: '#032A9E'

red 3 ◦ green 42 ◦ blue 158

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

Shades of International Klein Blue #032A9E

Tints of International Klein Blue #032A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 77.83%

R = 1.48%
G = 20.69%
B = 77.83%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#032A9E (or 0x032A9E) is known color: International Klein Blue. HEX triplet: 03, 2A and 9E. RGB value is (3,42,158). Sum of RGB (Red+Green+Blue) = 3+42+158=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #032A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A9E is #FCD561. Grayscale: #2B2B2B. Windows color (decimal): -16569698 or 10365443. OLE color: 10365443.

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

Color convert

RGB 3 42 158 -
CMYK 0.98 0.73 0 0.38
HSL 224.9º 0.96% 0.32% -
HSV(B) 224.9º 0.98% 0.62% -
XYZ 7.04 4.14 32.78 -
YUV 43.56 192.58 99.07 -
System Red Green Blue C M Y K H S L
Decimal 3 42 158 0.98 0.73 0 0.38 224.9 0.96 0.32
Hex 3 2A 9E 62 49 0 26 E1 60 20
Octal 3 52 236 142 111 0 46 341 140 40
Binary 11 101010 10011110 1100010 1001001 0 100110 11100001 1100000 100000

Color Harmonies of #032A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A9E

Black with #032A9E

Text Example


Text Example

White with #032A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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