#213DEC

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

Shades of Persian Blue #213DEC

Tints of Persian Blue #213DEC

Color information

#213DEC (or 0x213DEC) is unknown color: approx Persian Blue. HEX triplet: 21, 3D and EC. RGB value is (33,61,236). Sum of RGB (Red+Green+Blue) = 33+61+236=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #213DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213DEC is #DEC213. Grayscale: #474747. Windows color (decimal): -14598676 or 15482145. OLE color: 15482145.

HSL color Cylindrical-coordinate representation of color #213DEC: hue angle of 231.72º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213DEC is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3361236-
CMYK0.860.7400.07
HSL231.72º84.23%52.75%-
HSV(B)231.72º86.02%92.55%-
XYZ17.449.7280.31-
YUV72.58220.2299.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 236 (92.58% from 255) = 71.52%
R=10%
G=18.48%
B=71.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal33612360.860.7400.07231.7284.2352.75
Hex213DEC564A07e85435
Octal41753541261120735012465
Binary10000111110111101100101011010010100111111010001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,236); }

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

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

 a { background-color: rgb(33,61,236); }

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

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

 span { border-color: rgb(33,61,236); }

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