Html Css Color HEX #032EA3 International Klein Blue

📋 copy color: '#032EA3'

red 3 ◦ green 46 ◦ blue 163

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

Shades of International Klein Blue #032EA3

Tints of International Klein Blue #032EA3

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.7%

 BLUE value IS 163 (64.06% from 255) = 76.89%

R = 1.42%
G = 21.7%
B = 76.89%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#032EA3 (or 0x032EA3) is known color: International Klein Blue. HEX triplet: 03, 2E and A3. RGB value is (3,46,163). Sum of RGB (Red+Green+Blue) = 3+46+163=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 163 (64.06% from 255 or 76.89% from 212); Max value from RGB is 163 - color contains mainly: blue. Hex color #032EA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032EA3 is #FCD15C. Grayscale: #2D2D2D. Windows color (decimal): -16568669 or 10694147. OLE color: 10694147.

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

Color convert

RGB 3 46 163 -
CMYK 0.98 0.72 0 0.36
HSL 223.88º 0.96% 0.33% -
HSV(B) 223.88º 0.98% 0.64% -
XYZ 7.63 4.62 35.14 -
YUV 46.48 193.75 96.99 -
System Red Green Blue C M Y K H S L
Decimal 3 46 163 0.98 0.72 0 0.36 223.88 0.96 0.33
Hex 3 2E A3 62 48 0 24 E0 60 21
Octal 3 56 243 142 110 0 44 340 140 41
Binary 11 101110 10100011 1100010 1001000 0 100100 11100000 1100000 100001

Color Harmonies of #032EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032EA3

Black with #032EA3

Text Example


Text Example

White with #032EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,46,163); }

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

background-color css

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

 a { background-color: rgb(3,46,163); }

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

border-color css

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

 span { border-color: rgb(3,46,163); }

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