Html Css Color HEX #032FC1 International Klein Blue

📋 copy color: '#032FC1'

red 3 ◦ green 47 ◦ blue 193

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

Shades of International Klein Blue #032FC1

Tints of International Klein Blue #032FC1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.34%

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

R = 1.23%
G = 19.34%
B = 79.42%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#032FC1 (or 0x032FC1) is known color: International Klein Blue. HEX triplet: 03, 2F and C1. RGB value is (3,47,193). Sum of RGB (Red+Green+Blue) = 3+47+193=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 193 (75.78% from 255 or 79.42% from 243); Max value from RGB is 193 - color contains mainly: blue. Hex color #032FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FC1 is #FCD03E. Grayscale: #313131. Windows color (decimal): -16568383 or 12660483. OLE color: 12660483.

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

Color convert

RGB 3 47 193 -
CMYK 0.98 0.76 0 0.24
HSL 226.11º 0.97% 0.38% -
HSV(B) 226.11º 0.98% 0.76% -
XYZ 10.68 5.9 51.03 -
YUV 50.49 208.42 94.13 -
System Red Green Blue C M Y K H S L
Decimal 3 47 193 0.98 0.76 0 0.24 226.11 0.97 0.38
Hex 3 2F C1 62 4C 0 18 E2 61 26
Octal 3 57 301 142 114 0 30 342 141 46
Binary 11 101111 11000001 1100010 1001100 0 11000 11100010 1100001 100110

Color Harmonies of #032FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FC1

Black with #032FC1

Text Example


Text Example

White with #032FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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