Html Css Color HEX #212ECE Persian Blue

📋 copy color: '#212ECE'

red 33 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #212ECE

Tints of Persian Blue #212ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.14%

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

R = 11.58%
G = 16.14%
B = 72.28%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#212ECE (or 0x212ECE) is known color: Persian Blue. HEX triplet: 21, 2E and CE. RGB value is (33,46,206). Sum of RGB (Red+Green+Blue) = 33+46+206=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #212ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212ECE is #DED131. Grayscale: #3B3B3B. Windows color (decimal): -14602546 or 13512225. OLE color: 13512225.

HSL color Cylindrical-coordinate representation of color #212ECE: hue angle of 235.49º 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 #212ECE is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 46 206 -
CMYK 0.84 0.78 0 0.19
HSL 235.49º 0.72% 0.47% -
HSV(B) 235.49º 0.84% 0.81% -
XYZ 12.74 6.73 59.02 -
YUV 60.35 210.19 108.49 -
System Red Green Blue C M Y K H S L
Decimal 33 46 206 0.84 0.78 0 0.19 235.49 0.72 0.47
Hex 21 2E CE 54 4E 0 13 EB 48 2F
Octal 41 56 316 124 116 0 23 353 110 57
Binary 100001 101110 11001110 1010100 1001110 0 10011 11101011 1001000 101111

Color Harmonies of #212ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212ECE

Black with #212ECE

Text Example


Text Example

White with #212ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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