#003CD5

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

Shades of Persian Blue #003CD5

Tints of Persian Blue #003CD5

Color information

#003CD5 (or 0x003CD5) is unknown color: approx Persian Blue. HEX triplet: 00, 3C and D5. RGB value is (0,60,213). Sum of RGB (Red+Green+Blue) = 0+60+213=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 213 (83.59% from 255 or 78.02% from 273); Max value from RGB is 213 - color contains mainly: blue. Hex color #003CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CD5 is #FFC32A. Grayscale: #3A3A3A. Windows color (decimal): -16761643 or 13974528. OLE color: 13974528.

HSL color Cylindrical-coordinate representation of color #003CD5: hue angle of 223.1º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CD5 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB060213-
CMYK10.7200.16
HSL223.1º100%41.76%-
HSV(B)223.1º100%83.53%-
XYZ13.638.0463.78-
YUV59.5214.6285.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 213 (83.59% from 255) = 78.02%
R=0%
G=21.98%
B=78.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal06021310.7200.16223.110041.76
Hex03CD56448010df642a
Octal07432514411002033714452
Binary01111001101010111001001001000010000110111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003CD5; }

 p { color: rgb(0,60,213); }

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

<style>
 a { background-color: #003CD5; }

 a { background-color: rgb(0,60,213); }

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

<style>
 span { border-color: #003CD5; }

 span { border-color: rgb(0,60,213); }

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