#3A6FD5

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

Shades of Royal Blue #3A6FD5

Tints of Royal Blue #3A6FD5

Color information

#3A6FD5 (or 0x3A6FD5) is unknown color: approx Royal Blue. HEX triplet: 3A, 6F and D5. RGB value is (58,111,213). Sum of RGB (Red+Green+Blue) = 58+111+213=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 213 (83.59% from 255 or 55.76% from 382); Max value from RGB is 213 - color contains mainly: blue. Hex color #3A6FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6FD5 is #C5902A. Grayscale: #6A6A6A. Windows color (decimal): -12947499 or 13987642. OLE color: 13987642.

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

Color convert

RGB58111213-
CMYK0.730.4800.16
HSL219.48º64.85%53.14%-
HSV(B)219.48º72.77%83.53%-
XYZ19.4417.0765.22-
YUV106.78187.9493.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.18%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 213 (83.59% from 255) = 55.76%
R=15.18%
G=29.06%
B=55.76%

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
Decimal581112130.730.4800.16219.4864.8553.14
Hex3A6FD54930010db4135
Octal721573251116002033310165
Binary1110101101111110101011001001110000010000110110111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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