#3A6EEB

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

Shades of Royal Blue #3A6EEB

Tints of Royal Blue #3A6EEB

Color information

#3A6EEB (or 0x3A6EEB) is unknown color: approx Royal Blue. HEX triplet: 3A, 6E and EB. RGB value is (58,110,235). Sum of RGB (Red+Green+Blue) = 58+110+235=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A6EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6EEB is #C59114. Grayscale: #6C6C6C. Windows color (decimal): -12947733 or 15429178. OLE color: 15429178.

HSL color Cylindrical-coordinate representation of color #3A6EEB: hue angle of 222.37º 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 #3A6EEB is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB58110235-
CMYK0.750.5300.08
HSL222.37º81.57%57.45%-
HSV(B)222.37º75.32%92.16%-
XYZ22.3218.0580.9-
YUV108.7199.2791.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.39%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 235 (92.19% from 255) = 58.31%
R=14.39%
G=27.30%
B=58.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal581102350.750.5300.08222.3781.5757.45
Hex3A6EEB4B3508de5239
Octal721563531136501033612271
Binary111010110111011101011100101111010101000110111101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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