#397DD5

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

Shades of Royal Blue #397DD5

Tints of Royal Blue #397DD5

Color information

#397DD5 (or 0x397DD5) is unknown color: approx Royal Blue. HEX triplet: 39, 7D and D5. RGB value is (57,125,213). Sum of RGB (Red+Green+Blue) = 57+125+213=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #397DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DD5 is #C6822A. Grayscale: #727272. Windows color (decimal): -13009451 or 13991225. OLE color: 13991225.

HSL color Cylindrical-coordinate representation of color #397DD5: hue angle of 213.85º 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 #397DD5 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB57125213-
CMYK0.730.4100.16
HSL213.85º65%52.94%-
HSV(B)213.85º73.24%83.53%-
XYZ21.0320.3465.77-
YUV114.7183.4786.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.43%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 213 (83.59% from 255) = 53.92%
R=14.43%
G=31.65%
B=53.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal571252130.730.4100.16213.856552.94
Hex397DD54929010d64135
Octal711753251115102032610165
Binary1110011111101110101011001001101001010000110101101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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