Html Css Color HEX #213CAC Persian Blue

📋 copy color: '#213CAC'

red 33 ◦ green 60 ◦ blue 172

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

Shades of Persian Blue #213CAC

Tints of Persian Blue #213CAC

RGB

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

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

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

R = 12.45%
G = 22.64%
B = 64.91%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#213CAC (or 0x213CAC) is known color: Persian Blue. HEX triplet: 21, 3C and AC. RGB value is (33,60,172). Sum of RGB (Red+Green+Blue) = 33+60+172=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #213CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213CAC is #DEC353. Grayscale: #404040. Windows color (decimal): -14598996 or 11287585. OLE color: 11287585.

HSL color Cylindrical-coordinate representation of color #213CAC: hue angle of 228.35º 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 #213CAC is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 60 172 -
CMYK 0.81 0.65 0 0.33
HSL 228.35º 0.68% 0.4% -
HSV(B) 228.35º 0.81% 0.67% -
XYZ 9.69 6.53 39.78 -
YUV 64.7 188.55 105.39 -
System Red Green Blue C M Y K H S L
Decimal 33 60 172 0.81 0.65 0 0.33 228.35 0.68 0.4
Hex 21 3C AC 51 41 0 21 E4 44 28
Octal 41 74 254 121 101 0 41 344 104 50
Binary 100001 111100 10101100 1010001 1000001 0 100001 11100100 1000100 101000

Color Harmonies of #213CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CAC

Black with #213CAC

Text Example


Text Example

White with #213CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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