Html Css Color HEX #213AAC Persian Blue

📋 copy color: '#213AAC'

red 33 ◦ green 58 ◦ blue 172

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

Shades of Persian Blue #213AAC

Tints of Persian Blue #213AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 12.55%
G = 22.05%
B = 65.4%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#213AAC (or 0x213AAC) is known color: Persian Blue. HEX triplet: 21, 3A and AC. RGB value is (33,58,172). Sum of RGB (Red+Green+Blue) = 33+58+172=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #213AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213AAC is #DEC553. Grayscale: #3F3F3F. Windows color (decimal): -14599508 or 11287073. OLE color: 11287073.

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

Color convert

RGB 33 58 172 -
CMYK 0.81 0.66 0 0.33
HSL 229.21º 0.68% 0.4% -
HSV(B) 229.21º 0.81% 0.67% -
XYZ 9.59 6.33 39.75 -
YUV 63.52 189.22 106.23 -
System Red Green Blue C M Y K H S L
Decimal 33 58 172 0.81 0.66 0 0.33 229.21 0.68 0.4
Hex 21 3A AC 51 42 0 21 E5 44 28
Octal 41 72 254 121 102 0 41 345 104 50
Binary 100001 111010 10101100 1010001 1000010 0 100001 11100101 1000100 101000

Color Harmonies of #213AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213AAC

Black with #213AAC

Text Example


Text Example

White with #213AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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