#3D5DD7

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

Shades of Royal Blue #3D5DD7

Tints of Royal Blue #3D5DD7

Color information

#3D5DD7 (or 0x3D5DD7) is unknown color: approx Royal Blue. HEX triplet: 3D, 5D and D7. RGB value is (61,93,215). Sum of RGB (Red+Green+Blue) = 61+93+215=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 215 (84.38% from 255 or 58.27% from 369); Max value from RGB is 215 - color contains mainly: blue. Hex color #3D5DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5DD7 is #C2A228. Grayscale: #606060. Windows color (decimal): -12755497 or 14114109. OLE color: 14114109.

HSL color Cylindrical-coordinate representation of color #3D5DD7: hue angle of 227.53º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D5DD7 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6193215-
CMYK0.720.5700.16
HSL227.53º65.81%54.12%-
HSV(B)227.53º71.63%84.31%-
XYZ18.113.7365.99-
YUV97.34194.4102.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 215 (84.38% from 255) = 58.27%
R=16.53%
G=25.20%
B=58.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61932150.720.5700.16227.5365.8154.12
Hex3D5DD74839010e44236
Octal751353271107102034410266
Binary1111011011101110101111001000111001010000111001001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,93,215); }

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

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

 a { background-color: rgb(61,93,215); }

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

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

 span { border-color: rgb(61,93,215); }

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