#3D6DE1

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

Shades of Royal Blue #3D6DE1

Tints of Royal Blue #3D6DE1

Color information

#3D6DE1 (or 0x3D6DE1) is unknown color: approx Royal Blue. HEX triplet: 3D, 6D and E1. RGB value is (61,109,225). Sum of RGB (Red+Green+Blue) = 61+109+225=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #3D6DE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DE1 is #C2921E. Grayscale: #6B6B6B. Windows color (decimal): -12751391 or 14773565. OLE color: 14773565.

HSL color Cylindrical-coordinate representation of color #3D6DE1: hue angle of 222.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D6DE1 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB61109225-
CMYK0.730.5200.12
HSL222.44º73.21%56.08%-
HSV(B)222.44º72.89%88.24%-
XYZ20.9817.3773.48-
YUV107.87194.194.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.44%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 225 (88.28% from 255) = 56.96%
R=15.44%
G=27.59%
B=56.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal611092250.730.5200.12222.4473.2156.08
Hex3D6DE149340Cde4938
Octal751553411116401433611170
Binary111101110110111100001100100111010001100110111101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,109,225); }

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

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

 a { background-color: rgb(61,109,225); }

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

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

 span { border-color: rgb(61,109,225); }

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