#213ad8

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

Shades of Persian Blue #213AD8

Tints of Persian Blue #213AD8

Color information

#213AD8 (or 0x213AD8) is unknown color: approx Persian Blue. HEX triplet: 21, 3A and D8. RGB value is (33,58,216). Sum of RGB (Red+Green+Blue) = 33+58+216=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 216 (84.77% from 255 or 70.36% from 307); Max value from RGB is 216 - color contains mainly: blue. Hex color #213AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213AD8 is #DEC527. Grayscale: #434343. Windows color (decimal): -14599464 or 14170657. OLE color: 14170657.

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

Color convert

RGB3358216-
CMYK0.850.7300.15
HSL231.8º73.49%48.82%-
HSV(B)231.8º84.72%84.71%-
XYZ14.538.3165.8-
YUV68.54211.22102.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.75%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 216 (84.77% from 255) = 70.36%
R=10.75%
G=18.89%
B=70.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33582160.850.7300.15231.873.4948.82
Hex213AD855490Fe84931
Octal417233012511101735011161
Binary100001111010110110001010101100100101111111010001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213ad8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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