#3D5EDA

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

Shades of Royal Blue #3D5EDA

Tints of Royal Blue #3D5EDA

Color information

#3D5EDA (or 0x3D5EDA) is unknown color: approx Royal Blue. HEX triplet: 3D, 5E and DA. RGB value is (61,94,218). Sum of RGB (Red+Green+Blue) = 61+94+218=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D5EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5EDA is #C2A125. Grayscale: #616161. Windows color (decimal): -12755238 or 14310973. OLE color: 14310973.

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

Color convert

RGB6194218-
CMYK0.720.5700.15
HSL227.39º67.97%54.71%-
HSV(B)227.39º72.02%85.49%-
XYZ18.5814.0668.06-
YUV98.27195.57101.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.35%
GREEN value IS 94 (37.11% from 255) = 25.20%
BLUE value IS 218 (85.55% from 255) = 58.45%
R=16.35%
G=25.20%
B=58.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61942180.720.5700.15227.3967.9754.71
Hex3D5EDA48390Fe34437
Octal751363321107101734310467
Binary111101101111011011010100100011100101111111000111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,94,218); }

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

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

 a { background-color: rgb(61,94,218); }

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

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

 span { border-color: rgb(61,94,218); }

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