#3B60EB

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

Shades of Royal Blue #3B60EB

Tints of Royal Blue #3B60EB

Color information

#3B60EB (or 0x3B60EB) is unknown color: approx Royal Blue. HEX triplet: 3B, 60 and EB. RGB value is (59,96,235). Sum of RGB (Red+Green+Blue) = 59+96+235=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B60EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B60EB is #C49F14. Grayscale: #646464. Windows color (decimal): -12885781 or 15425595. OLE color: 15425595.

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

Color convert

RGB5996235-
CMYK0.750.5900.08
HSL227.39º81.48%57.65%-
HSV(B)227.39º74.89%92.16%-
XYZ20.9815.2980.44-
YUV100.78203.7498.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.13%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 235 (92.19% from 255) = 60.26%
R=15.13%
G=24.62%
B=60.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal59962350.750.5900.08227.3981.4857.65
Hex3B60EB4B3B08e3513a
Octal731403531137301034312172
Binary111011110000011101011100101111101101000111000111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B60EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,235); }

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

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

 a { background-color: rgb(59,96,235); }

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

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

 span { border-color: rgb(59,96,235); }

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