#213ed0

Color #213ED0 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #213ED0

Tints of Persian Blue #213ED0

Color information

#213ED0 (or 0x213ED0) is unknown color: approx Persian Blue. HEX triplet: 21, 3E and D0. RGB value is (33,62,208). Sum of RGB (Red+Green+Blue) = 33+62+208=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #213ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ED0 is #DEC12F. Grayscale: #454545. Windows color (decimal): -14598448 or 13647393. OLE color: 13647393.

HSL color Cylindrical-coordinate representation of color #213ED0: hue angle of 230.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213ED0 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3362208-
CMYK0.840.7000.18
HSL230.06º72.61%47.25%-
HSV(B)230.06º84.13%81.57%-
XYZ13.738.3260.56-
YUV69.97205.89101.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.89%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 208 (81.64% from 255) = 68.65%
R=10.89%
G=20.46%
B=68.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal33622080.840.7000.18230.0672.6147.25
Hex213ED05446012e6492f
Octal417632012410602234611157
Binary1000011111101101000010101001000110010010111001101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213ed0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213ed0; }

 p { color: rgb(33,62,208); }

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

<style>
 a { background-color: #213ed0; }

 a { background-color: rgb(33,62,208); }

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

<style>
 span { border-color: #213ed0; }

 span { border-color: rgb(33,62,208); }

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