#3D6EDE

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

Shades of Royal Blue #3D6EDE

Tints of Royal Blue #3D6EDE

Color information

#3D6EDE (or 0x3D6EDE) is unknown color: approx Royal Blue. HEX triplet: 3D, 6E and DE. RGB value is (61,110,222). Sum of RGB (Red+Green+Blue) = 61+110+222=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #3D6EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6EDE is #C29121. Grayscale: #6B6B6B. Windows color (decimal): -12751138 or 14577213. OLE color: 14577213.

HSL color Cylindrical-coordinate representation of color #3D6EDE: hue angle of 221.74º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D6EDE is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB61110222-
CMYK0.730.5000.13
HSL221.74º70.93%55.49%-
HSV(B)221.74º72.52%87.06%-
XYZ20.6917.4271.38-
YUV108.12192.2794.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.52%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 222 (87.11% from 255) = 56.49%
R=15.52%
G=27.99%
B=56.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal611102220.730.5000.13221.7470.9355.49
Hex3D6EDE49320Dde4737
Octal751563361116201533610767
Binary111101110111011011110100100111001001101110111101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,110,222); }

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

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

 a { background-color: rgb(61,110,222); }

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

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

 span { border-color: rgb(61,110,222); }

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