#2210BA

Color #2210BA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2210BA

Tints of Medium Blue #2210BA

Color information

#2210BA (or 0x2210BA) is unknown color: approx Medium Blue. HEX triplet: 22, 10 and BA. RGB value is (34,16,186). Sum of RGB (Red+Green+Blue) = 34+16+186=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #2210BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2210BA is #DDEF45. Grayscale: #282828. Windows color (decimal): -14544710 or 12193826. OLE color: 12193826.

HSL color Cylindrical-coordinate representation of color #2210BA: hue angle of 246.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2210BA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3416186-
CMYK0.820.9100.27
HSL246.35º84.16%39.61%-
HSV(B)246.35º91.4%72.94%-
XYZ9.714.2646.76-
YUV40.76209.96123.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.41%
GREEN value IS 16 (6.64% from 255) = 6.78%
BLUE value IS 186 (73.05% from 255) = 78.81%
R=14.41%
G=6.78%
B=78.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34161860.820.9100.27246.3584.1639.61
Hex2210BA525B01Bf65428
Octal422027212213303336612450
Binary100010100001011101010100101011011011011111101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2210BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2210BA; }

 p { color: rgb(34,16,186); }

 H1.HeaderClassName
 {
   color: #2210BA;
 }
 .AnyTagClassName
 {
   color: #2210BA;
 }
</style>
background-color css

<style>
 a { background-color: #2210BA; }

 a { background-color: rgb(34,16,186); }

 div.DivClassName
 {
   background-color: #2210BA;
 }
 .BgClassName
 {
   background-color: #2210BA;
 }
</style>
border-color css

<style>
 span { border-color: #2210BA; }

 span { border-color: rgb(34,16,186); }

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