Html Css Color HEX #032CBF International Klein Blue

📋 copy color: '#032CBF'

red 3 ◦ green 44 ◦ blue 191

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

Shades of International Klein Blue #032CBF

Tints of International Klein Blue #032CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 80.25%

R = 1.26%
G = 18.49%
B = 80.25%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#032CBF (or 0x032CBF) is known color: International Klein Blue. HEX triplet: 03, 2C and BF. RGB value is (3,44,191). Sum of RGB (Red+Green+Blue) = 3+44+191=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #032CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CBF is #FCD340. Grayscale: #2F2F2F. Windows color (decimal): -16569153 or 12528643. OLE color: 12528643.

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

Color convert

RGB 3 44 191 -
CMYK 0.98 0.77 0 0.25
HSL 226.91º 0.97% 0.38% -
HSV(B) 226.91º 0.98% 0.75% -
XYZ 10.34 5.58 49.82 -
YUV 48.5 208.42 95.55 -
System Red Green Blue C M Y K H S L
Decimal 3 44 191 0.98 0.77 0 0.25 226.91 0.97 0.38
Hex 3 2C BF 62 4D 0 19 E3 61 26
Octal 3 54 277 142 115 0 31 343 141 46
Binary 11 101100 10111111 1100010 1001101 0 11001 11100011 1100001 100110

Color Harmonies of #032CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CBF

Black with #032CBF

Text Example


Text Example

White with #032CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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