Html Css Color HEX #213FAF Persian Blue

📋 copy color: '#213FAF'

red 33 ◦ green 63 ◦ blue 175

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

Shades of Persian Blue #213FAF

Tints of Persian Blue #213FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.58%

R = 12.18%
G = 23.25%
B = 64.58%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#213FAF (or 0x213FAF) is known color: Persian Blue. HEX triplet: 21, 3F and AF. RGB value is (33,63,175). Sum of RGB (Red+Green+Blue) = 33+63+175=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #213FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213FAF is #DEC050. Grayscale: #424242. Windows color (decimal): -14598225 or 11484961. OLE color: 11484961.

HSL color Cylindrical-coordinate representation of color #213FAF: hue angle of 227.32º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213FAF is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 63 175 -
CMYK 0.81 0.64 0 0.31
HSL 227.32º 0.68% 0.41% -
HSV(B) 227.32º 0.81% 0.69% -
XYZ 10.14 6.97 41.37 -
YUV 66.8 189.06 103.89 -
System Red Green Blue C M Y K H S L
Decimal 33 63 175 0.81 0.64 0 0.31 227.32 0.68 0.41
Hex 21 3F AF 51 40 0 1F E3 44 29
Octal 41 77 257 121 100 0 37 343 104 51
Binary 100001 111111 10101111 1010001 1000000 0 11111 11100011 1000100 101001

Color Harmonies of #213FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213FAF

Black with #213FAF

Text Example


Text Example

White with #213FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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