Html Css Color HEX #213BD6 Persian Blue

📋 copy color: '#213BD6'

red 33 ◦ green 59 ◦ blue 214

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

Shades of Persian Blue #213BD6

Tints of Persian Blue #213BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 69.93%

R = 10.78%
G = 19.28%
B = 69.93%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#213BD6 (or 0x213BD6) is known color: Persian Blue. HEX triplet: 21, 3B and D6. RGB value is (33,59,214). Sum of RGB (Red+Green+Blue) = 33+59+214=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 214 (83.98% from 255 or 69.93% from 306); Max value from RGB is 214 - color contains mainly: blue. Hex color #213BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BD6 is #DEC429. Grayscale: #444444. Windows color (decimal): -14599210 or 14039841. OLE color: 14039841.

HSL color Cylindrical-coordinate representation of color #213BD6: hue angle of 231.38º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213BD6 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 59 214 -
CMYK 0.85 0.72 0 0.16
HSL 231.38º 0.73% 0.48% -
HSV(B) 231.38º 0.85% 0.84% -
XYZ 14.33 8.31 64.47 -
YUV 68.9 209.89 102.4 -
System Red Green Blue C M Y K H S L
Decimal 33 59 214 0.85 0.72 0 0.16 231.38 0.73 0.48
Hex 21 3B D6 55 48 0 10 E7 49 30
Octal 41 73 326 125 110 0 20 347 111 60
Binary 100001 111011 11010110 1010101 1001000 0 10000 11100111 1001001 110000

Color Harmonies of #213BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BD6

Black with #213BD6

Text Example


Text Example

White with #213BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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