Html Css Color HEX #213CAD Persian Blue

📋 copy color: '#213CAD'

red 33 ◦ green 60 ◦ blue 173

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

Shades of Persian Blue #213CAD

Tints of Persian Blue #213CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

 BLUE value IS 173 (67.97% from 255) = 65.04%

R = 12.41%
G = 22.56%
B = 65.04%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#213CAD (or 0x213CAD) is known color: Persian Blue. HEX triplet: 21, 3C and AD. RGB value is (33,60,173). Sum of RGB (Red+Green+Blue) = 33+60+173=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #213CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213CAD is #DEC352. Grayscale: #404040. Windows color (decimal): -14598995 or 11353121. OLE color: 11353121.

HSL color Cylindrical-coordinate representation of color #213CAD: hue angle of 228.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213CAD is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 60 173 -
CMYK 0.81 0.65 0 0.32
HSL 228.43º 0.68% 0.4% -
HSV(B) 228.43º 0.81% 0.68% -
XYZ 9.79 6.57 40.29 -
YUV 64.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 33 60 173 0.81 0.65 0 0.32 228.43 0.68 0.4
Hex 21 3C AD 51 41 0 20 E4 44 28
Octal 41 74 255 121 101 0 40 344 104 50
Binary 100001 111100 10101101 1010001 1000001 0 100000 11100100 1000100 101000

Color Harmonies of #213CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CAD

Black with #213CAD

Text Example


Text Example

White with #213CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,60,173); }

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

background-color css

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

 a { background-color: rgb(33,60,173); }

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

border-color css

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

 span { border-color: rgb(33,60,173); }

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