Html Css Color HEX #2213BC Medium Blue

📋 copy color: '#2213BC'

red 34 ◦ green 19 ◦ blue 188

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

Shades of Medium Blue #2213BC

Tints of Medium Blue #2213BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

 BLUE value IS 188 (73.83% from 255) = 78.01%

R = 14.11%
G = 7.88%
B = 78.01%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2213BC (or 0x2213BC) is known color: Medium Blue. HEX triplet: 22, 13 and BC. RGB value is (34,19,188). Sum of RGB (Red+Green+Blue) = 34+19+188=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #2213BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2213BC is #DDEC43. Grayscale: #2A2A2A. Windows color (decimal): -14543940 or 12325666. OLE color: 12325666.

HSL color Cylindrical-coordinate representation of color #2213BC: hue angle of 245.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2213BC is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 19 188 -
CMYK 0.82 0.90 0 0.26
HSL 245.33º 0.82% 0.41% -
HSV(B) 245.33º 0.9% 0.74% -
XYZ 9.97 4.44 47.91 -
YUV 42.75 209.97 121.76 -
System Red Green Blue C M Y K H S L
Decimal 34 19 188 0.82 0.90 0 0.26 245.33 0.82 0.41
Hex 22 13 BC 52 5A 0 1A F5 52 29
Octal 42 23 274 122 132 0 32 365 122 51
Binary 100010 10011 10111100 1010010 1011010 0 11010 11110101 1010010 101001

Color Harmonies of #2213BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2213BC

Black with #2213BC

Text Example


Text Example

White with #2213BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2213BC; }

 p { color: rgb(34,19,188); }

 H1.HeaderClassName
 {
   color: #2213BC;
 }
 .AnyTagClassName
 {
   color: #2213BC;
 }
</style>

background-color css

<style>
 a { background-color: #2213BC; }

 a { background-color: rgb(34,19,188); }

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

border-color css

<style>
 span { border-color: #2213BC; }

 span { border-color: rgb(34,19,188); }

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