#003dd5

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

Shades of Persian Blue #003DD5

Tints of Persian Blue #003DD5

Color information

#003DD5 (or 0x003DD5) is unknown color: approx Persian Blue. HEX triplet: 00, 3D and D5. RGB value is (0,61,213). Sum of RGB (Red+Green+Blue) = 0+61+213=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 213 (83.59% from 255 or 77.74% from 274); Max value from RGB is 213 - color contains mainly: blue. Hex color #003DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DD5 is #FFC22A. Grayscale: #3B3B3B. Windows color (decimal): -16761387 or 13974784. OLE color: 13974784.

HSL color Cylindrical-coordinate representation of color #003DD5: hue angle of 222.82º 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 #003DD5 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB061213-
CMYK10.7100.16
HSL222.82º100%41.76%-
HSV(B)222.82º100%83.53%-
XYZ13.688.1463.8-
YUV60.09214.2985.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 213 (83.59% from 255) = 77.74%
R=0%
G=22.26%
B=77.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal06121310.7100.16222.8210041.76
Hex03DD56447010df642a
Octal07532514410702033714452
Binary01111011101010111001001000111010000110111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003dd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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