#3A5DEB

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

Shades of Royal Blue #3A5DEB

Tints of Royal Blue #3A5DEB

Color information

#3A5DEB (or 0x3A5DEB) is unknown color: approx Royal Blue. HEX triplet: 3A, 5D and EB. RGB value is (58,93,235). Sum of RGB (Red+Green+Blue) = 58+93+235=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A5DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A5DEB is #C5A214. Grayscale: #626262. Windows color (decimal): -12952085 or 15424826. OLE color: 15424826.

HSL color Cylindrical-coordinate representation of color #3A5DEB: hue angle of 228.14º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A5DEB is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5893235-
CMYK0.750.6000.08
HSL228.14º81.57%57.45%-
HSV(B)228.14º75.32%92.16%-
XYZ20.6514.7380.35-
YUV98.72204.998.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.03%
GREEN value IS 93 (36.72% from 255) = 24.09%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=15.03%
G=24.09%
B=60.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal58932350.750.6000.08228.1481.5757.45
Hex3A5DEB4B3C08e45239
Octal721353531137401034412271
Binary111010101110111101011100101111110001000111001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,93,235); }

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

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

 a { background-color: rgb(58,93,235); }

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

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

 span { border-color: rgb(58,93,235); }

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