Html Css Color HEX #213ECE Persian Blue

📋 copy color: '#213ECE'

red 33 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #213ECE

Tints of Persian Blue #213ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.44%

R = 10.96%
G = 20.6%
B = 68.44%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#213ECE (or 0x213ECE) is known color: Persian Blue. HEX triplet: 21, 3E and CE. RGB value is (33,62,206). Sum of RGB (Red+Green+Blue) = 33+62+206=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #213ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ECE is #DEC131. Grayscale: #454545. Windows color (decimal): -14598450 or 13516321. OLE color: 13516321.

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

Color convert

RGB 33 62 206 -
CMYK 0.84 0.70 0 0.19
HSL 229.94º 0.72% 0.47% -
HSV(B) 229.94º 0.84% 0.81% -
XYZ 13.49 8.22 59.27 -
YUV 69.75 204.89 101.79 -
System Red Green Blue C M Y K H S L
Decimal 33 62 206 0.84 0.70 0 0.19 229.94 0.72 0.47
Hex 21 3E CE 54 46 0 13 E6 48 2F
Octal 41 76 316 124 106 0 23 346 110 57
Binary 100001 111110 11001110 1010100 1000110 0 10011 11100110 1001000 101111

Color Harmonies of #213ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213ECE

Black with #213ECE

Text Example


Text Example

White with #213ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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