#213ADB

Color #213ADB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #213ADB

Tints of Persian Blue #213ADB

Color information

#213ADB (or 0x213ADB) is unknown color: approx Persian Blue. HEX triplet: 21, 3A and DB. RGB value is (33,58,219). Sum of RGB (Red+Green+Blue) = 33+58+219=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #213ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ADB is #DEC524. Grayscale: #444444. Windows color (decimal): -14599461 or 14367265. OLE color: 14367265.

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

Color convert

RGB3358219-
CMYK0.850.7400.14
HSL231.94º73.81%49.41%-
HSV(B)231.94º84.93%85.88%-
XYZ14.938.4667.86-
YUV68.88212.72102.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.65%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 219 (85.94% from 255) = 70.65%
R=10.65%
G=18.71%
B=70.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal33582190.850.7400.14231.9473.8149.41
Hex213ADB554A0Ee84a31
Octal417233312511201635011261
Binary100001111010110110111010101100101001110111010001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #213ADB;
 }
 .AnyTagClassName
 {
   color: #213ADB;
 }
</style>
background-color css

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

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

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

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

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

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