Html Css Color HEX #213EEC Persian Blue

📋 copy color: '#213EEC'

red 33 ◦ green 62 ◦ blue 236

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

Shades of Persian Blue #213EEC

Tints of Persian Blue #213EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.3%

R = 9.97%
G = 18.73%
B = 71.3%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#213EEC (or 0x213EEC) is known color: Persian Blue. HEX triplet: 21, 3E and EC. RGB value is (33,62,236). Sum of RGB (Red+Green+Blue) = 33+62+236=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #213EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213EEC is #DEC113. Grayscale: #484848. Windows color (decimal): -14598420 or 15482401. OLE color: 15482401.

HSL color Cylindrical-coordinate representation of color #213EEC: hue angle of 231.43º 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 #213EEC is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 62 236 -
CMYK 0.86 0.74 0 0.07
HSL 231.43º 0.84% 0.53% -
HSV(B) 231.43º 0.86% 0.93% -
XYZ 17.49 9.82 80.33 -
YUV 73.17 219.89 99.35 -
System Red Green Blue C M Y K H S L
Decimal 33 62 236 0.86 0.74 0 0.07 231.43 0.84 0.53
Hex 21 3E EC 56 4A 0 7 E7 54 35
Octal 41 76 354 126 112 0 7 347 124 65
Binary 100001 111110 11101100 1010110 1001010 0 111 11100111 1010100 110101

Color Harmonies of #213EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213EEC

Black with #213EEC

Text Example


Text Example

White with #213EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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