#3A6DD3

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

Shades of Royal Blue #3A6DD3

Tints of Royal Blue #3A6DD3

Color information

#3A6DD3 (or 0x3A6DD3) is unknown color: approx Royal Blue. HEX triplet: 3A, 6D and D3. RGB value is (58,109,211). Sum of RGB (Red+Green+Blue) = 58+109+211=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #3A6DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6DD3 is #C5922C. Grayscale: #686868. Windows color (decimal): -12948013 or 13856058. OLE color: 13856058.

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

Color convert

RGB58109211-
CMYK0.730.4800.17
HSL220º63.49%52.75%-
HSV(B)220º72.51%82.75%-
XYZ18.9716.5463.82-
YUV105.38187.694.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.34%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 211 (82.81% from 255) = 55.82%
R=15.34%
G=28.84%
B=55.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal581092110.730.4800.1722063.4952.75
Hex3A6DD34930011dc3f35
Octal72155323111600213347765
Binary111010110110111010011100100111000001000111011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,109,211); }

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

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

 a { background-color: rgb(58,109,211); }

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

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

 span { border-color: rgb(58,109,211); }

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