#053DCA

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

Shades of Persian Blue #053DCA

Tints of Persian Blue #053DCA

Color information

#053DCA (or 0x053DCA) is unknown color: approx Persian Blue. HEX triplet: 05, 3D and CA. RGB value is (5,61,202). Sum of RGB (Red+Green+Blue) = 5+61+202=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 202 (79.30% from 255 or 75.37% from 268); Max value from RGB is 202 - color contains mainly: blue. Hex color #053DCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DCA is #FAC235. Grayscale: #3B3B3B. Windows color (decimal): -16433718 or 13253893. OLE color: 13253893.

HSL color Cylindrical-coordinate representation of color #053DCA: hue angle of 222.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DCA is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB561202-
CMYK0.980.7000.21
HSL222.94º95.17%40.59%-
HSV(B)222.94º97.52%79.22%-
XYZ12.397.6356.7-
YUV60.33207.9588.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 61 (24.22% from 255) = 22.76%
BLUE value IS 202 (79.30% from 255) = 75.37%
R=1.87%
G=22.76%
B=75.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5612020.980.7000.21222.9495.1740.59
Hex53DCA6246015df5f29
Octal57531214210602533713751
Binary1011111011100101011000101000110010101110111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053DCA; }

 p { color: rgb(5,61,202); }

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

<style>
 a { background-color: #053DCA; }

 a { background-color: rgb(5,61,202); }

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

<style>
 span { border-color: #053DCA; }

 span { border-color: rgb(5,61,202); }

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