#395DDB

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

Shades of Royal Blue #395DDB

Tints of Royal Blue #395DDB

Color information

#395DDB (or 0x395DDB) is unknown color: approx Royal Blue. HEX triplet: 39, 5D and DB. RGB value is (57,93,219). Sum of RGB (Red+Green+Blue) = 57+93+219=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #395DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DDB is #C6A224. Grayscale: #606060. Windows color (decimal): -13017637 or 14376249. OLE color: 14376249.

HSL color Cylindrical-coordinate representation of color #395DDB: hue angle of 226.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #395DDB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5793219-
CMYK0.740.5800.14
HSL226.67º69.23%54.12%-
HSV(B)226.67º73.97%85.88%-
XYZ18.3913.8168.71-
YUV96.6197.0799.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.45%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 219 (85.94% from 255) = 59.35%
R=15.45%
G=25.20%
B=59.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal57932190.740.5800.14226.6769.2354.12
Hex395DDB4A3A0Ee34536
Octal711353331127201634310566
Binary111001101110111011011100101011101001110111000111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,93,219); }

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

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

 a { background-color: rgb(57,93,219); }

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

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

 span { border-color: rgb(57,93,219); }

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