Html Css Color HEX #2201BE Medium Blue

📋 copy color: '#2201BE'

red 34 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #2201BE

Tints of Medium Blue #2201BE

RGB

 RED value IS 34 (13.67% from 255) = 15.11%

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 15.11%
G = 0.44%
B = 84.44%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2201BE (or 0x2201BE) is known color: Medium Blue. HEX triplet: 22, 01 and BE. RGB value is (34,1,190). Sum of RGB (Red+Green+Blue) = 34+1+190=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 190 (74.61% from 255 or 84.44% from 225); Max value from RGB is 190 - color contains mainly: blue. Hex color #2201BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2201BE is #DDFE41. Grayscale: #1F1F1F. Windows color (decimal): -14548546 or 12452130. OLE color: 12452130.

HSL color Cylindrical-coordinate representation of color #2201BE: hue angle of 250.48º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2201BE is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 1 190 -
CMYK 0.82 0.99 0 0.25
HSL 250.48º 0.99% 0.37% -
HSV(B) 250.48º 0.99% 0.75% -
XYZ 9.96 4.08 48.98 -
YUV 32.41 216.93 129.13 -
System Red Green Blue C M Y K H S L
Decimal 34 1 190 0.82 0.99 0 0.25 250.48 0.99 0.37
Hex 22 1 BE 52 63 0 19 FA 63 25
Octal 42 1 276 122 143 0 31 372 143 45
Binary 100010 1 10111110 1010010 1100011 0 11001 11111010 1100011 100101

Color Harmonies of #2201BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2201BE

Black with #2201BE

Text Example


Text Example

White with #2201BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2201BE; }

 p { color: rgb(34,1,190); }

 H1.HeaderClassName
 {
   color: #2201BE;
 }
 .AnyTagClassName
 {
   color: #2201BE;
 }
</style>

background-color css

<style>
 a { background-color: #2201BE; }

 a { background-color: rgb(34,1,190); }

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

border-color css

<style>
 span { border-color: #2201BE; }

 span { border-color: rgb(34,1,190); }

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