Html Css Color HEX #213CDB Persian Blue

📋 copy color: '#213CDB'

red 33 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #213CDB

Tints of Persian Blue #213CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

 BLUE value IS 219 (85.94% from 255) = 70.19%

R = 10.58%
G = 19.23%
B = 70.19%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#213CDB (or 0x213CDB) is known color: Persian Blue. HEX triplet: 21, 3C and DB. RGB value is (33,60,219). Sum of RGB (Red+Green+Blue) = 33+60+219=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #213CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CDB is #DEC324. Grayscale: #454545. Windows color (decimal): -14598949 or 14367777. OLE color: 14367777.

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

Color convert

RGB 33 60 219 -
CMYK 0.85 0.73 0 0.14
HSL 231.29º 0.74% 0.49% -
HSV(B) 231.29º 0.85% 0.86% -
XYZ 15.03 8.67 67.9 -
YUV 70.05 212.05 101.57 -
System Red Green Blue C M Y K H S L
Decimal 33 60 219 0.85 0.73 0 0.14 231.29 0.74 0.49
Hex 21 3C DB 55 49 0 E E7 4A 31
Octal 41 74 333 125 111 0 16 347 112 61
Binary 100001 111100 11011011 1010101 1001001 0 1110 11100111 1001010 110001

Color Harmonies of #213CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CDB

Black with #213CDB

Text Example


Text Example

White with #213CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,60,219); }

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

background-color css

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

 a { background-color: rgb(33,60,219); }

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

border-color css

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

 span { border-color: rgb(33,60,219); }

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