#3D5AD8

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

Shades of Royal Blue #3D5AD8

Tints of Royal Blue #3D5AD8

Color information

#3D5AD8 (or 0x3D5AD8) is unknown color: approx Royal Blue. HEX triplet: 3D, 5A and D8. RGB value is (61,90,216). Sum of RGB (Red+Green+Blue) = 61+90+216=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 216 (84.77% from 255 or 58.86% from 367); Max value from RGB is 216 - color contains mainly: blue. Hex color #3D5AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5AD8 is #C2A527. Grayscale: #5F5F5F. Windows color (decimal): -12756264 or 14178877. OLE color: 14178877.

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

Color convert

RGB6190216-
CMYK0.720.5800.15
HSL228.77º66.52%54.31%-
HSV(B)228.77º71.76%84.71%-
XYZ17.9813.2666.58-
YUV95.69195.89103.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.62%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 216 (84.77% from 255) = 58.86%
R=16.62%
G=24.52%
B=58.86%

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
Decimal61902160.720.5800.15228.7766.5254.31
Hex3D5AD8483A0Fe54336
Octal751323301107201734510366
Binary111101101101011011000100100011101001111111001011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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