#3A6FD1

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

Shades of Royal Blue #3A6FD1

Tints of Royal Blue #3A6FD1

Color information

#3A6FD1 (or 0x3A6FD1) is unknown color: approx Royal Blue. HEX triplet: 3A, 6F and D1. RGB value is (58,111,209). Sum of RGB (Red+Green+Blue) = 58+111+209=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A6FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FD1 is #C5902E. Grayscale: #696969. Windows color (decimal): -12947503 or 13725498. OLE color: 13725498.

HSL color Cylindrical-coordinate representation of color #3A6FD1: hue angle of 218.94º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6FD1 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB58111209-
CMYK0.720.4700.18
HSL218.94º62.14%52.35%-
HSV(B)218.94º72.25%81.96%-
XYZ18.9416.8762.58-
YUV106.32185.9493.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.34%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 209 (82.03% from 255) = 55.29%
R=15.34%
G=29.37%
B=55.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal581112090.720.4700.18218.9462.1452.35
Hex3A6FD1482F012db3e34
Octal72157321110570223337664
Binary111010110111111010001100100010111101001011011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,111,209); }

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

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

 a { background-color: rgb(58,111,209); }

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

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

 span { border-color: rgb(58,111,209); }

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