Html Css Color HEX #213ACE Persian Blue

📋 copy color: '#213ACE'

red 33 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #213ACE

Tints of Persian Blue #213ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.53%

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

R = 11.11%
G = 19.53%
B = 69.36%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#213ACE (or 0x213ACE) is known color: Persian Blue. HEX triplet: 21, 3A and CE. RGB value is (33,58,206). Sum of RGB (Red+Green+Blue) = 33+58+206=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #213ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ACE is #DEC531. Grayscale: #424242. Windows color (decimal): -14599474 or 13515297. OLE color: 13515297.

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

Color convert

RGB 33 58 206 -
CMYK 0.84 0.72 0 0.19
HSL 231.33º 0.72% 0.47% -
HSV(B) 231.33º 0.84% 0.81% -
XYZ 13.28 7.81 59.2 -
YUV 67.4 206.22 103.47 -
System Red Green Blue C M Y K H S L
Decimal 33 58 206 0.84 0.72 0 0.19 231.33 0.72 0.47
Hex 21 3A CE 54 48 0 13 E7 48 2F
Octal 41 72 316 124 110 0 23 347 110 57
Binary 100001 111010 11001110 1010100 1001000 0 10011 11100111 1001000 101111

Color Harmonies of #213ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213ACE

Black with #213ACE

Text Example


Text Example

White with #213ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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