Html Css Color HEX #213ECD Persian Blue

📋 copy color: '#213ECD'

red 33 ◦ green 62 ◦ blue 205

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

Shades of Persian Blue #213ECD

Tints of Persian Blue #213ECD

RGB

 RED value IS 33 (13.28% from 255) = 11%

 GREEN value IS 62 (24.61% from 255) = 20.67%

 BLUE value IS 205 (80.47% from 255) = 68.33%

R = 11%
G = 20.67%
B = 68.33%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#213ECD (or 0x213ECD) is known color: Persian Blue. HEX triplet: 21, 3E and CD. RGB value is (33,62,205). Sum of RGB (Red+Green+Blue) = 33+62+205=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #213ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ECD is #DEC132. Grayscale: #454545. Windows color (decimal): -14598451 or 13450785. OLE color: 13450785.

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

Color convert

RGB 33 62 205 -
CMYK 0.84 0.70 0 0.20
HSL 229.88º 0.72% 0.47% -
HSV(B) 229.88º 0.84% 0.8% -
XYZ 13.37 8.18 58.63 -
YUV 69.63 204.39 101.87 -
System Red Green Blue C M Y K H S L
Decimal 33 62 205 0.84 0.70 0 0.20 229.88 0.72 0.47
Hex 21 3E CD 54 46 0 14 E6 48 2F
Octal 41 76 315 124 106 0 24 346 110 57
Binary 100001 111110 11001101 1010100 1000110 0 10100 11100110 1001000 101111

Color Harmonies of #213ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213ECD

Black with #213ECD

Text Example


Text Example

White with #213ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #213ECD;
 }
 .AnyTagClassName
 {
   color: #213ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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