Html Css Color HEX #213EC8 Persian Blue

📋 copy color: '#213EC8'

red 33 ◦ green 62 ◦ blue 200

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

Shades of Persian Blue #213EC8

Tints of Persian Blue #213EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 67.8%

R = 11.19%
G = 21.02%
B = 67.8%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#213EC8 (or 0x213EC8) is known color: Persian Blue. HEX triplet: 21, 3E and C8. RGB value is (33,62,200). Sum of RGB (Red+Green+Blue) = 33+62+200=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 200 (78.52% from 255 or 67.80% from 295); Max value from RGB is 200 - color contains mainly: blue. Hex color #213EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213EC8 is #DEC137. Grayscale: #444444. Windows color (decimal): -14598456 or 13123105. OLE color: 13123105.

HSL color Cylindrical-coordinate representation of color #213EC8: hue angle of 229.58º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213EC8 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 62 200 -
CMYK 0.84 0.69 0 0.22
HSL 229.58º 0.72% 0.46% -
HSV(B) 229.58º 0.84% 0.78% -
XYZ 12.78 7.94 55.5 -
YUV 69.06 201.89 102.28 -
System Red Green Blue C M Y K H S L
Decimal 33 62 200 0.84 0.69 0 0.22 229.58 0.72 0.46
Hex 21 3E C8 54 45 0 16 E6 48 2E
Octal 41 76 310 124 105 0 26 346 110 56
Binary 100001 111110 11001000 1010100 1000101 0 10110 11100110 1001000 101110

Color Harmonies of #213EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213EC8

Black with #213EC8

Text Example


Text Example

White with #213EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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