#3D6AE1

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

Shades of Royal Blue #3D6AE1

Tints of Royal Blue #3D6AE1

Color information

#3D6AE1 (or 0x3D6AE1) is unknown color: approx Royal Blue. HEX triplet: 3D, 6A and E1. RGB value is (61,106,225). Sum of RGB (Red+Green+Blue) = 61+106+225=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #3D6AE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6AE1 is #C2951E. Grayscale: #696969. Windows color (decimal): -12752159 or 14772797. OLE color: 14772797.

HSL color Cylindrical-coordinate representation of color #3D6AE1: hue angle of 223.54º 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 #3D6AE1 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB61106225-
CMYK0.730.5300.12
HSL223.54º73.21%56.08%-
HSV(B)223.54º72.89%88.24%-
XYZ20.6716.7473.38-
YUV106.11195.0995.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.56%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 225 (88.28% from 255) = 57.40%
R=15.56%
G=27.04%
B=57.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal611062250.730.5300.12223.5473.2156.08
Hex3D6AE149350Ce04938
Octal751523411116501434011170
Binary111101110101011100001100100111010101100111000001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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