#395AEB

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

Shades of Royal Blue #395AEB

Tints of Royal Blue #395AEB

Color information

#395AEB (or 0x395AEB) is unknown color: approx Royal Blue. HEX triplet: 39, 5A and EB. RGB value is (57,90,235). Sum of RGB (Red+Green+Blue) = 57+90+235=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #395AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #395AEB is #C6A514. Grayscale: #606060. Windows color (decimal): -13018389 or 15424057. OLE color: 15424057.

HSL color Cylindrical-coordinate representation of color #395AEB: hue angle of 228.88º 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 #395AEB is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5790235-
CMYK0.760.6200.08
HSL228.88º81.65%57.25%-
HSV(B)228.88º75.74%92.16%-
XYZ20.3414.1880.26-
YUV96.66206.0799.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.92%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 235 (92.19% from 255) = 61.52%
R=14.92%
G=23.56%
B=61.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal57902350.760.6200.08228.8881.6557.25
Hex395AEB4C3E08e55239
Octal711323531147601034512271
Binary111001101101011101011100110011111001000111001011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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