Html Css Color HEX #032EC0 International Klein Blue

📋 copy color: '#032EC0'

red 3 ◦ green 46 ◦ blue 192

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

Shades of International Klein Blue #032EC0

Tints of International Klein Blue #032EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 79.67%

R = 1.24%
G = 19.09%
B = 79.67%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#032EC0 (or 0x032EC0) is known color: International Klein Blue. HEX triplet: 03, 2E and C0. RGB value is (3,46,192). Sum of RGB (Red+Green+Blue) = 3+46+192=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #032EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032EC0 is #FCD13F. Grayscale: #313131. Windows color (decimal): -16568640 or 12594691. OLE color: 12594691.

HSL color Cylindrical-coordinate representation of color #032EC0: hue angle of 226.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032EC0 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 46 192 -
CMYK 0.98 0.76 0 0.25
HSL 226.35º 0.97% 0.38% -
HSV(B) 226.35º 0.98% 0.75% -
XYZ 10.53 5.78 50.43 -
YUV 49.79 208.25 94.63 -
System Red Green Blue C M Y K H S L
Decimal 3 46 192 0.98 0.76 0 0.25 226.35 0.97 0.38
Hex 3 2E C0 62 4C 0 19 E2 61 26
Octal 3 56 300 142 114 0 31 342 141 46
Binary 11 101110 11000000 1100010 1001100 0 11001 11100010 1100001 100110

Color Harmonies of #032EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032EC0

Black with #032EC0

Text Example


Text Example

White with #032EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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