Html Css Color HEX #032CC1 International Klein Blue

📋 copy color: '#032CC1'

red 3 ◦ green 44 ◦ blue 193

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

Shades of International Klein Blue #032CC1

Tints of International Klein Blue #032CC1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.33%

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

R = 1.25%
G = 18.33%
B = 80.42%

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

#032CC1 (or 0x032CC1) is known color: International Klein Blue. HEX triplet: 03, 2C and C1. RGB value is (3,44,193). Sum of RGB (Red+Green+Blue) = 3+44+193=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 193 (75.78% from 255 or 80.42% from 240); Max value from RGB is 193 - color contains mainly: blue. Hex color #032CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CC1 is #FCD33E. Grayscale: #303030. Windows color (decimal): -16569151 or 12659715. OLE color: 12659715.

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

Color convert

RGB 3 44 193 -
CMYK 0.98 0.77 0 0.24
HSL 227.05º 0.97% 0.38% -
HSV(B) 227.05º 0.98% 0.76% -
XYZ 10.56 5.67 50.99 -
YUV 48.73 209.42 95.38 -
System Red Green Blue C M Y K H S L
Decimal 3 44 193 0.98 0.77 0 0.24 227.05 0.97 0.38
Hex 3 2C C1 62 4D 0 18 E3 61 26
Octal 3 54 301 142 115 0 30 343 141 46
Binary 11 101100 11000001 1100010 1001101 0 11000 11100011 1100001 100110

Color Harmonies of #032CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CC1

Black with #032CC1

Text Example


Text Example

White with #032CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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