Html Css Color HEX #032FC2 International Klein Blue

📋 copy color: '#032FC2'

red 3 ◦ green 47 ◦ blue 194

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

Shades of International Klein Blue #032FC2

Tints of International Klein Blue #032FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 79.51%

R = 1.23%
G = 19.26%
B = 79.51%

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

#032FC2 (or 0x032FC2) is known color: International Klein Blue. HEX triplet: 03, 2F and C2. RGB value is (3,47,194). Sum of RGB (Red+Green+Blue) = 3+47+194=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 194 (76.17% from 255 or 79.51% from 244); Max value from RGB is 194 - color contains mainly: blue. Hex color #032FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FC2 is #FCD03D. Grayscale: #313131. Windows color (decimal): -16568382 or 12726019. OLE color: 12726019.

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

Color convert

RGB 3 47 194 -
CMYK 0.98 0.76 0 0.24
HSL 226.18º 0.97% 0.39% -
HSV(B) 226.18º 0.98% 0.76% -
XYZ 10.79 5.95 51.62 -
YUV 50.6 208.92 94.05 -
System Red Green Blue C M Y K H S L
Decimal 3 47 194 0.98 0.76 0 0.24 226.18 0.97 0.39
Hex 3 2F C2 62 4C 0 18 E2 61 27
Octal 3 57 302 142 114 0 30 342 141 47
Binary 11 101111 11000010 1100010 1001100 0 11000 11100010 1100001 100111

Color Harmonies of #032FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FC2

Black with #032FC2

Text Example


Text Example

White with #032FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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