Html Css Color HEX #032FBC International Klein Blue

📋 copy color: '#032FBC'

red 3 ◦ green 47 ◦ blue 188

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

Shades of International Klein Blue #032FBC

Tints of International Klein Blue #032FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.99%

R = 1.26%
G = 19.75%
B = 78.99%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#032FBC (or 0x032FBC) is known color: International Klein Blue. HEX triplet: 03, 2F and BC. RGB value is (3,47,188). Sum of RGB (Red+Green+Blue) = 3+47+188=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #032FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FBC is #FCD043. Grayscale: #313131. Windows color (decimal): -16568388 or 12332803. OLE color: 12332803.

HSL color Cylindrical-coordinate representation of color #032FBC: hue angle of 225.73º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032FBC is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 47 188 -
CMYK 0.98 0.75 0 0.26
HSL 225.73º 0.97% 0.37% -
HSV(B) 225.73º 0.98% 0.74% -
XYZ 10.13 5.68 48.14 -
YUV 49.92 205.92 94.54 -
System Red Green Blue C M Y K H S L
Decimal 3 47 188 0.98 0.75 0 0.26 225.73 0.97 0.37
Hex 3 2F BC 62 4B 0 1A E2 61 25
Octal 3 57 274 142 113 0 32 342 141 45
Binary 11 101111 10111100 1100010 1001011 0 11010 11100010 1100001 100101

Color Harmonies of #032FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FBC

Black with #032FBC

Text Example


Text Example

White with #032FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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