Html Css Color HEX #213FAA Persian Blue

📋 copy color: '#213FAA'

red 33 ◦ green 63 ◦ blue 170

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

Shades of Persian Blue #213FAA

Tints of Persian Blue #213FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 23.68%

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 12.41%
G = 23.68%
B = 63.91%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#213FAA (or 0x213FAA) is known color: Persian Blue. HEX triplet: 21, 3F and AA. RGB value is (33,63,170). Sum of RGB (Red+Green+Blue) = 33+63+170=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #213FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213FAA is #DEC055. Grayscale: #414141. Windows color (decimal): -14598230 or 11157281. OLE color: 11157281.

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

Color convert

RGB 33 63 170 -
CMYK 0.81 0.63 0 0.33
HSL 226.86º 0.67% 0.4% -
HSV(B) 226.86º 0.81% 0.67% -
XYZ 9.66 6.78 38.83 -
YUV 66.23 186.56 104.3 -
System Red Green Blue C M Y K H S L
Decimal 33 63 170 0.81 0.63 0 0.33 226.86 0.67 0.4
Hex 21 3F AA 51 3F 0 21 E3 43 28
Octal 41 77 252 121 77 0 41 343 103 50
Binary 100001 111111 10101010 1010001 111111 0 100001 11100011 1000011 101000

Color Harmonies of #213FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213FAA

Black with #213FAA

Text Example


Text Example

White with #213FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,63,170); }

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

background-color css

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

 a { background-color: rgb(33,63,170); }

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

border-color css

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

 span { border-color: rgb(33,63,170); }

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