Html Css Color HEX #032BBE International Klein Blue

📋 copy color: '#032BBE'

red 3 ◦ green 43 ◦ blue 190

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

Shades of International Klein Blue #032BBE

Tints of International Klein Blue #032BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.22%

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

R = 1.27%
G = 18.22%
B = 80.51%

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

#032BBE (or 0x032BBE) is known color: International Klein Blue. HEX triplet: 03, 2B and BE. RGB value is (3,43,190). Sum of RGB (Red+Green+Blue) = 3+43+190=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #032BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BBE is #FCD441. Grayscale: #2F2F2F. Windows color (decimal): -16569410 or 12462851. OLE color: 12462851.

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

Color convert

RGB 3 43 190 -
CMYK 0.98 0.77 0 0.25
HSL 227.17º 0.97% 0.38% -
HSV(B) 227.17º 0.98% 0.75% -
XYZ 10.2 5.46 49.23 -
YUV 47.8 208.25 96.05 -
System Red Green Blue C M Y K H S L
Decimal 3 43 190 0.98 0.77 0 0.25 227.17 0.97 0.38
Hex 3 2B BE 62 4D 0 19 E3 61 26
Octal 3 53 276 142 115 0 31 343 141 46
Binary 11 101011 10111110 1100010 1001101 0 11001 11100011 1100001 100110

Color Harmonies of #032BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BBE

Black with #032BBE

Text Example


Text Example

White with #032BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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