Html Css Color HEX #032CB2 International Klein Blue

📋 copy color: '#032CB2'

red 3 ◦ green 44 ◦ blue 178

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

Shades of International Klein Blue #032CB2

Tints of International Klein Blue #032CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 79.11%

R = 1.33%
G = 19.56%
B = 79.11%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#032CB2 (or 0x032CB2) is known color: International Klein Blue. HEX triplet: 03, 2C and B2. RGB value is (3,44,178). Sum of RGB (Red+Green+Blue) = 3+44+178=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 178 (69.92% from 255 or 79.11% from 225); Max value from RGB is 178 - color contains mainly: blue. Hex color #032CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032CB2 is #FCD34D. Grayscale: #2E2E2E. Windows color (decimal): -16569166 or 11676675. OLE color: 11676675.

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

Color convert

RGB 3 44 178 -
CMYK 0.98 0.75 0 0.30
HSL 225.94º 0.97% 0.35% -
HSV(B) 225.94º 0.98% 0.7% -
XYZ 8.97 5.04 42.62 -
YUV 47.02 201.92 96.6 -
System Red Green Blue C M Y K H S L
Decimal 3 44 178 0.98 0.75 0 0.30 225.94 0.97 0.35
Hex 3 2C B2 62 4B 0 1E E2 61 23
Octal 3 54 262 142 113 0 36 342 141 43
Binary 11 101100 10110010 1100010 1001011 0 11110 11100010 1100001 100011

Color Harmonies of #032CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CB2

Black with #032CB2

Text Example


Text Example

White with #032CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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