#395EEF

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

Shades of Royal Blue #395EEF

Tints of Royal Blue #395EEF

Color information

#395EEF (or 0x395EEF) is unknown color: approx Royal Blue. HEX triplet: 39, 5E and EF. RGB value is (57,94,239). Sum of RGB (Red+Green+Blue) = 57+94+239=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #395EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395EEF is #C6A110. Grayscale: #626262. Windows color (decimal): -13017361 or 15687225. OLE color: 15687225.

HSL color Cylindrical-coordinate representation of color #395EEF: hue angle of 227.8º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #395EEF is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5794239-
CMYK0.760.6100.06
HSL227.8º85.05%58.04%-
HSV(B)227.8º76.15%93.73%-
XYZ21.2715.1183.46-
YUV99.47206.7497.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.62%
GREEN value IS 94 (37.11% from 255) = 24.10%
BLUE value IS 239 (93.75% from 255) = 61.28%
R=14.62%
G=24.10%
B=61.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal57942390.760.6100.06227.885.0558.04
Hex395EEF4C3D06e4553a
Octal71136357114750634412572
Binary11100110111101110111110011001111010110111001001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,94,239); }

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

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

 a { background-color: rgb(57,94,239); }

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

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

 span { border-color: rgb(57,94,239); }

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