Html Css Color HEX #213BDA Persian Blue

📋 copy color: '#213BDA'

red 33 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #213BDA

Tints of Persian Blue #213BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

 BLUE value IS 218 (85.55% from 255) = 70.32%

R = 10.65%
G = 19.03%
B = 70.32%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#213BDA (or 0x213BDA) is known color: Persian Blue. HEX triplet: 21, 3B and DA. RGB value is (33,59,218). Sum of RGB (Red+Green+Blue) = 33+59+218=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #213BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BDA is #DEC425. Grayscale: #444444. Windows color (decimal): -14599206 or 14301985. OLE color: 14301985.

HSL color Cylindrical-coordinate representation of color #213BDA: hue angle of 231.57º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213BDA is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 59 218 -
CMYK 0.85 0.73 0 0.15
HSL 231.57º 0.74% 0.49% -
HSV(B) 231.57º 0.85% 0.85% -
XYZ 14.85 8.51 67.19 -
YUV 69.35 211.89 102.07 -
System Red Green Blue C M Y K H S L
Decimal 33 59 218 0.85 0.73 0 0.15 231.57 0.74 0.49
Hex 21 3B DA 55 49 0 F E8 4A 31
Octal 41 73 332 125 111 0 17 350 112 61
Binary 100001 111011 11011010 1010101 1001001 0 1111 11101000 1001010 110001

Color Harmonies of #213BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BDA

Black with #213BDA

Text Example


Text Example

White with #213BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,59,218); }

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

background-color css

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

 a { background-color: rgb(33,59,218); }

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

border-color css

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

 span { border-color: rgb(33,59,218); }

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