Html Css Color HEX #032CBA International Klein Blue

📋 copy color: '#032CBA'

red 3 ◦ green 44 ◦ blue 186

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

Shades of International Klein Blue #032CBA

Tints of International Klein Blue #032CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.83%

R = 1.29%
G = 18.88%
B = 79.83%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#032CBA (or 0x032CBA) is known color: International Klein Blue. HEX triplet: 03, 2C and BA. RGB value is (3,44,186). Sum of RGB (Red+Green+Blue) = 3+44+186=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #032CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CBA is #FCD345. Grayscale: #2F2F2F. Windows color (decimal): -16569158 or 12200963. OLE color: 12200963.

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

Color convert

RGB 3 44 186 -
CMYK 0.98 0.76 0 0.27
HSL 226.56º 0.97% 0.37% -
HSV(B) 226.56º 0.98% 0.73% -
XYZ 9.8 5.37 46.97 -
YUV 47.93 205.92 95.95 -
System Red Green Blue C M Y K H S L
Decimal 3 44 186 0.98 0.76 0 0.27 226.56 0.97 0.37
Hex 3 2C BA 62 4C 0 1B E3 61 25
Octal 3 54 272 142 114 0 33 343 141 45
Binary 11 101100 10111010 1100010 1001100 0 11011 11100011 1100001 100101

Color Harmonies of #032CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CBA

Black with #032CBA

Text Example


Text Example

White with #032CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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