Html Css Color HEX #213BDE Persian Blue

📋 copy color: '#213BDE'

red 33 ◦ green 59 ◦ blue 222

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

Shades of Persian Blue #213BDE

Tints of Persian Blue #213BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.7%

R = 10.51%
G = 18.79%
B = 70.7%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#213BDE (or 0x213BDE) is known color: Persian Blue. HEX triplet: 21, 3B and DE. RGB value is (33,59,222). Sum of RGB (Red+Green+Blue) = 33+59+222=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #213BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BDE is #DEC421. Grayscale: #454545. Windows color (decimal): -14599202 or 14564129. OLE color: 14564129.

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

Color convert

RGB 33 59 222 -
CMYK 0.85 0.73 0 0.13
HSL 231.75º 0.74% 0.5% -
HSV(B) 231.75º 0.85% 0.87% -
XYZ 15.38 8.73 69.98 -
YUV 69.81 213.89 101.75 -
System Red Green Blue C M Y K H S L
Decimal 33 59 222 0.85 0.73 0 0.13 231.75 0.74 0.5
Hex 21 3B DE 55 49 0 D E8 4A 32
Octal 41 73 336 125 111 0 15 350 112 62
Binary 100001 111011 11011110 1010101 1001001 0 1101 11101000 1001010 110010

Color Harmonies of #213BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BDE

Black with #213BDE

Text Example


Text Example

White with #213BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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