#3963EB

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

Shades of Royal Blue #3963EB

Tints of Royal Blue #3963EB

Color information

#3963EB (or 0x3963EB) is unknown color: approx Royal Blue. HEX triplet: 39, 63 and EB. RGB value is (57,99,235). Sum of RGB (Red+Green+Blue) = 57+99+235=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #3963EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3963EB is #C69C14. Grayscale: #656565. Windows color (decimal): -13016085 or 15426361. OLE color: 15426361.

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

Color convert

RGB5799235-
CMYK0.760.5800.08
HSL225.84º81.65%57.25%-
HSV(B)225.84º75.74%92.16%-
XYZ21.1415.7980.53-
YUV101.95203.0995.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.58%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 235 (92.19% from 255) = 60.10%
R=14.58%
G=25.32%
B=60.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal57992350.760.5800.08225.8481.6557.25
Hex3963EB4C3A08e25239
Octal711433531147201034212271
Binary111001110001111101011100110011101001000111000101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3963EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3963EB; }

 p { color: rgb(57,99,235); }

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

<style>
 a { background-color: #3963EB; }

 a { background-color: rgb(57,99,235); }

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

<style>
 span { border-color: #3963EB; }

 span { border-color: rgb(57,99,235); }

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