Html Css Color HEX #213BD5 Persian Blue

📋 copy color: '#213BD5'

red 33 ◦ green 59 ◦ blue 213

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

Shades of Persian Blue #213BD5

Tints of Persian Blue #213BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 69.84%

R = 10.82%
G = 19.34%
B = 69.84%

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

#213BD5 (or 0x213BD5) is known color: Persian Blue. HEX triplet: 21, 3B and D5. RGB value is (33,59,213). Sum of RGB (Red+Green+Blue) = 33+59+213=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 213 (83.59% from 255 or 69.84% from 305); Max value from RGB is 213 - color contains mainly: blue. Hex color #213BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BD5 is #DEC42A. Grayscale: #444444. Windows color (decimal): -14599211 or 13974305. OLE color: 13974305.

HSL color Cylindrical-coordinate representation of color #213BD5: hue angle of 231.33º 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 #213BD5 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 59 213 -
CMYK 0.85 0.72 0 0.16
HSL 231.33º 0.73% 0.48% -
HSV(B) 231.33º 0.85% 0.84% -
XYZ 14.2 8.26 63.8 -
YUV 68.78 209.39 102.48 -
System Red Green Blue C M Y K H S L
Decimal 33 59 213 0.85 0.72 0 0.16 231.33 0.73 0.48
Hex 21 3B D5 55 48 0 10 E7 49 30
Octal 41 73 325 125 110 0 20 347 111 60
Binary 100001 111011 11010101 1010101 1001000 0 10000 11100111 1001001 110000

Color Harmonies of #213BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BD5

Black with #213BD5

Text Example


Text Example

White with #213BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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