Html Css Color HEX #213DAF Persian Blue

📋 copy color: '#213DAF'

red 33 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #213DAF

Tints of Persian Blue #213DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.68%

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

R = 12.27%
G = 22.68%
B = 65.06%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#213DAF (or 0x213DAF) is known color: Persian Blue. HEX triplet: 21, 3D and AF. RGB value is (33,61,175). Sum of RGB (Red+Green+Blue) = 33+61+175=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #213DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213DAF is #DEC250. Grayscale: #414141. Windows color (decimal): -14598737 or 11484449. OLE color: 11484449.

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

Color convert

RGB 33 61 175 -
CMYK 0.81 0.65 0 0.31
HSL 228.17º 0.68% 0.41% -
HSV(B) 228.17º 0.81% 0.69% -
XYZ 10.03 6.76 41.33 -
YUV 65.62 189.72 104.73 -
System Red Green Blue C M Y K H S L
Decimal 33 61 175 0.81 0.65 0 0.31 228.17 0.68 0.41
Hex 21 3D AF 51 41 0 1F E4 44 29
Octal 41 75 257 121 101 0 37 344 104 51
Binary 100001 111101 10101111 1010001 1000001 0 11111 11100100 1000100 101001

Color Harmonies of #213DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DAF

Black with #213DAF

Text Example


Text Example

White with #213DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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