Html Css Color HEX #032CBE International Klein Blue

📋 copy color: '#032CBE'

red 3 ◦ green 44 ◦ blue 190

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

Shades of International Klein Blue #032CBE

Tints of International Klein Blue #032CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 1.27%
G = 18.57%
B = 80.17%

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

#032CBE (or 0x032CBE) is known color: International Klein Blue. HEX triplet: 03, 2C and BE. RGB value is (3,44,190). Sum of RGB (Red+Green+Blue) = 3+44+190=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #032CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CBE is #FCD341. Grayscale: #2F2F2F. Windows color (decimal): -16569154 or 12463107. OLE color: 12463107.

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

Color convert

RGB 3 44 190 -
CMYK 0.98 0.77 0 0.25
HSL 226.84º 0.97% 0.38% -
HSV(B) 226.84º 0.98% 0.75% -
XYZ 10.23 5.54 49.24 -
YUV 48.39 207.92 95.63 -
System Red Green Blue C M Y K H S L
Decimal 3 44 190 0.98 0.77 0 0.25 226.84 0.97 0.38
Hex 3 2C BE 62 4D 0 19 E3 61 26
Octal 3 54 276 142 115 0 31 343 141 46
Binary 11 101100 10111110 1100010 1001101 0 11001 11100011 1100001 100110

Color Harmonies of #032CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CBE

Black with #032CBE

Text Example


Text Example

White with #032CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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