#3D5CD9

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

Shades of Royal Blue #3D5CD9

Tints of Royal Blue #3D5CD9

Color information

#3D5CD9 (or 0x3D5CD9) is unknown color: approx Royal Blue. HEX triplet: 3D, 5C and D9. RGB value is (61,92,217). Sum of RGB (Red+Green+Blue) = 61+92+217=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 217 (85.16% from 255 or 58.65% from 370); Max value from RGB is 217 - color contains mainly: blue. Hex color #3D5CD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5CD9 is #C2A326. Grayscale: #606060. Windows color (decimal): -12755751 or 14244925. OLE color: 14244925.

HSL color Cylindrical-coordinate representation of color #3D5CD9: hue angle of 228.08º 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 #3D5CD9 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6192217-
CMYK0.720.5800.15
HSL228.08º67.24%54.51%-
HSV(B)228.08º71.89%85.1%-
XYZ18.2813.6667.32-
YUV96.98195.73102.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.49%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 217 (85.16% from 255) = 58.65%
R=16.49%
G=24.86%
B=58.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61922170.720.5800.15228.0867.2454.51
Hex3D5CD9483A0Fe44337
Octal751343311107201734410367
Binary111101101110011011001100100011101001111111001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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