#3A6ED5

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

Shades of Royal Blue #3A6ED5

Tints of Royal Blue #3A6ED5

Color information

#3A6ED5 (or 0x3A6ED5) is unknown color: approx Royal Blue. HEX triplet: 3A, 6E and D5. RGB value is (58,110,213). Sum of RGB (Red+Green+Blue) = 58+110+213=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #3A6ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6ED5 is #C5912A. Grayscale: #696969. Windows color (decimal): -12947755 or 13987386. OLE color: 13987386.

HSL color Cylindrical-coordinate representation of color #3A6ED5: hue angle of 219.87º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A6ED5 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB58110213-
CMYK0.730.4800.16
HSL219.87º64.85%53.14%-
HSV(B)219.87º72.77%83.53%-
XYZ19.3316.8665.19-
YUV106.19188.2793.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.22%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 213 (83.59% from 255) = 55.91%
R=15.22%
G=28.87%
B=55.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal581102130.730.4800.16219.8764.8553.14
Hex3A6ED54930010dc4135
Octal721563251116002033410165
Binary1110101101110110101011001001110000010000110111001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,110,213); }

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

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

 a { background-color: rgb(58,110,213); }

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

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

 span { border-color: rgb(58,110,213); }

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