#395FE3

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

Shades of Royal Blue #395FE3

Tints of Royal Blue #395FE3

Color information

#395FE3 (or 0x395FE3) is unknown color: approx Royal Blue. HEX triplet: 39, 5F and E3. RGB value is (57,95,227). Sum of RGB (Red+Green+Blue) = 57+95+227=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 227 (89.06% from 255 or 59.89% from 379); Max value from RGB is 227 - color contains mainly: blue. Hex color #395FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FE3 is #C6A01C. Grayscale: #626262. Windows color (decimal): -13017117 or 14901049. OLE color: 14901049.

HSL color Cylindrical-coordinate representation of color #395FE3: hue angle of 226.59º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #395FE3 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5795227-
CMYK0.750.5800.11
HSL226.59º75.22%55.69%-
HSV(B)226.59º74.89%89.02%-
XYZ19.6414.674.46-
YUV98.69200.4198.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.04%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 227 (89.06% from 255) = 59.89%
R=15.04%
G=25.07%
B=59.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal57952270.750.5800.11226.5975.2255.69
Hex395FE34B3A0Be34b38
Octal711373431137201334311370
Binary111001101111111100011100101111101001011111000111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395FE3; }

 p { color: rgb(57,95,227); }

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

<style>
 a { background-color: #395FE3; }

 a { background-color: rgb(57,95,227); }

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

<style>
 span { border-color: #395FE3; }

 span { border-color: rgb(57,95,227); }

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