Html Css Color HEX #032EAC International Klein Blue

📋 copy color: '#032EAC'

red 3 ◦ green 46 ◦ blue 172

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

Shades of International Klein Blue #032EAC

Tints of International Klein Blue #032EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.83%

R = 1.36%
G = 20.81%
B = 77.83%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#032EAC (or 0x032EAC) is known color: International Klein Blue. HEX triplet: 03, 2E and AC. RGB value is (3,46,172). Sum of RGB (Red+Green+Blue) = 3+46+172=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #032EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032EAC is #FCD153. Grayscale: #2E2E2E. Windows color (decimal): -16568660 or 11283971. OLE color: 11283971.

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

Color convert

RGB 3 46 172 -
CMYK 0.98 0.73 0 0.33
HSL 224.73º 0.97% 0.34% -
HSV(B) 224.73º 0.98% 0.67% -
XYZ 8.46 4.95 39.54 -
YUV 47.51 198.25 96.25 -
System Red Green Blue C M Y K H S L
Decimal 3 46 172 0.98 0.73 0 0.33 224.73 0.97 0.34
Hex 3 2E AC 62 49 0 21 E1 61 22
Octal 3 56 254 142 111 0 41 341 141 42
Binary 11 101110 10101100 1100010 1001001 0 100001 11100001 1100001 100010

Color Harmonies of #032EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032EAC

Black with #032EAC

Text Example


Text Example

White with #032EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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