Html Css Color HEX #212EC1 Persian Blue

📋 copy color: '#212EC1'

red 33 ◦ green 46 ◦ blue 193

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

Shades of Persian Blue #212EC1

Tints of Persian Blue #212EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 70.96%

R = 12.13%
G = 16.91%
B = 70.96%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#212EC1 (or 0x212EC1) is known color: Persian Blue. HEX triplet: 21, 2E and C1. RGB value is (33,46,193). Sum of RGB (Red+Green+Blue) = 33+46+193=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #212EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EC1 is #DED13E. Grayscale: #3A3A3A. Windows color (decimal): -14602559 or 12660257. OLE color: 12660257.

HSL color Cylindrical-coordinate representation of color #212EC1: hue angle of 235.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212EC1 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 46 193 -
CMYK 0.83 0.76 0 0.24
HSL 235.13º 0.71% 0.44% -
HSV(B) 235.13º 0.83% 0.76% -
XYZ 11.23 6.13 51.04 -
YUV 58.87 203.69 109.55 -
System Red Green Blue C M Y K H S L
Decimal 33 46 193 0.83 0.76 0 0.24 235.13 0.71 0.44
Hex 21 2E C1 53 4C 0 18 EB 47 2C
Octal 41 56 301 123 114 0 30 353 107 54
Binary 100001 101110 11000001 1010011 1001100 0 11000 11101011 1000111 101100

Color Harmonies of #212EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EC1

Black with #212EC1

Text Example


Text Example

White with #212EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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