#397AD5

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

Shades of Royal Blue #397AD5

Tints of Royal Blue #397AD5

Color information

#397AD5 (or 0x397AD5) is unknown color: approx Royal Blue. HEX triplet: 39, 7A and D5. RGB value is (57,122,213). Sum of RGB (Red+Green+Blue) = 57+122+213=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #397AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AD5 is #C6852A. Grayscale: #707070. Windows color (decimal): -13010219 or 13990457. OLE color: 13990457.

HSL color Cylindrical-coordinate representation of color #397AD5: hue angle of 215º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #397AD5 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB57122213-
CMYK0.730.4300.16
HSL215º65%52.94%-
HSV(B)215º73.24%83.53%-
XYZ20.6619.5965.64-
YUV112.94184.4788.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.54%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 213 (83.59% from 255) = 54.34%
R=14.54%
G=31.12%
B=54.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal571222130.730.4300.162156552.94
Hex397AD5492B010d74135
Octal711723251115302032710165
Binary1110011111010110101011001001101011010000110101111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397AD5; }

 p { color: rgb(57,122,213); }

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

<style>
 a { background-color: #397AD5; }

 a { background-color: rgb(57,122,213); }

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

<style>
 span { border-color: #397AD5; }

 span { border-color: rgb(57,122,213); }

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