Html Css Color HEX #032DC1 International Klein Blue

📋 copy color: '#032DC1'

red 3 ◦ green 45 ◦ blue 193

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

Shades of International Klein Blue #032DC1

Tints of International Klein Blue #032DC1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

 BLUE value IS 193 (75.78% from 255) = 80.08%

R = 1.24%
G = 18.67%
B = 80.08%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#032DC1 (or 0x032DC1) is known color: International Klein Blue. HEX triplet: 03, 2D and C1. RGB value is (3,45,193). Sum of RGB (Red+Green+Blue) = 3+45+193=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 193 (75.78% from 255 or 80.08% from 241); Max value from RGB is 193 - color contains mainly: blue. Hex color #032DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DC1 is #FCD23E. Grayscale: #303030. Windows color (decimal): -16568895 or 12659971. OLE color: 12659971.

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

Color convert

RGB 3 45 193 -
CMYK 0.98 0.77 0 0.24
HSL 226.74º 0.97% 0.38% -
HSV(B) 226.74º 0.98% 0.76% -
XYZ 10.6 5.75 51 -
YUV 49.31 209.09 94.97 -
System Red Green Blue C M Y K H S L
Decimal 3 45 193 0.98 0.77 0 0.24 226.74 0.97 0.38
Hex 3 2D C1 62 4D 0 18 E3 61 26
Octal 3 55 301 142 115 0 30 343 141 46
Binary 11 101101 11000001 1100010 1001101 0 11000 11100011 1100001 100110

Color Harmonies of #032DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032DC1

Black with #032DC1

Text Example


Text Example

White with #032DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,45,193); }

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

background-color css

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

 a { background-color: rgb(3,45,193); }

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

border-color css

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

 span { border-color: rgb(3,45,193); }

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