#3D5AD9

Color #3D5AD9 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3D5AD9

Tints of Royal Blue #3D5AD9

Color information

#3D5AD9 (or 0x3D5AD9) is unknown color: approx Royal Blue. HEX triplet: 3D, 5A and D9. RGB value is (61,90,217). Sum of RGB (Red+Green+Blue) = 61+90+217=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 217 (85.16% from 255 or 58.97% from 368); Max value from RGB is 217 - color contains mainly: blue. Hex color #3D5AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5AD9 is #C2A526. Grayscale: #5F5F5F. Windows color (decimal): -12756263 or 14244413. OLE color: 14244413.

HSL color Cylindrical-coordinate representation of color #3D5AD9: hue angle of 228.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D5AD9 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6190217-
CMYK0.720.5900.15
HSL228.85º67.24%54.51%-
HSV(B)228.85º71.89%85.1%-
XYZ18.1113.3167.26-
YUV95.81196.39103.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.58%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 217 (85.16% from 255) = 58.97%
R=16.58%
G=24.46%
B=58.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61902170.720.5900.15228.8567.2454.51
Hex3D5AD9483B0Fe54337
Octal751323311107301734510367
Binary111101101101011011001100100011101101111111001011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5AD9; }

 p { color: rgb(61,90,217); }

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

<style>
 a { background-color: #3D5AD9; }

 a { background-color: rgb(61,90,217); }

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

<style>
 span { border-color: #3D5AD9; }

 span { border-color: rgb(61,90,217); }

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