Html Css Color HEX #2201B8 Medium Blue

📋 copy color: '#2201B8'

red 34 ◦ green 1 ◦ blue 184

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

Shades of Medium Blue #2201B8

Tints of Medium Blue #2201B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 84.02%

R = 15.53%
G = 0.46%
B = 84.02%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2201B8 (or 0x2201B8) is known color: Medium Blue. HEX triplet: 22, 01 and B8. RGB value is (34,1,184). Sum of RGB (Red+Green+Blue) = 34+1+184=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 184 (72.27% from 255 or 84.02% from 219); Max value from RGB is 184 - color contains mainly: blue. Hex color #2201B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2201B8 is #DDFE47. Grayscale: #1F1F1F. Windows color (decimal): -14548552 or 12058914. OLE color: 12058914.

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

Color convert

RGB 34 1 184 -
CMYK 0.82 0.99 0 0.28
HSL 250.82º 0.99% 0.36% -
HSV(B) 250.82º 0.99% 0.72% -
XYZ 9.32 3.82 45.59 -
YUV 31.73 213.93 129.62 -
System Red Green Blue C M Y K H S L
Decimal 34 1 184 0.82 0.99 0 0.28 250.82 0.99 0.36
Hex 22 1 B8 52 63 0 1C FB 63 24
Octal 42 1 270 122 143 0 34 373 143 44
Binary 100010 1 10111000 1010010 1100011 0 11100 11111011 1100011 100100

Color Harmonies of #2201B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2201B8

Black with #2201B8

Text Example


Text Example

White with #2201B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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