#397CD7

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

Shades of Royal Blue #397CD7

Tints of Royal Blue #397CD7

Color information

#397CD7 (or 0x397CD7) is unknown color: approx Royal Blue. HEX triplet: 39, 7C and D7. RGB value is (57,124,215). Sum of RGB (Red+Green+Blue) = 57+124+215=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #397CD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CD7 is #C68328. Grayscale: #717171. Windows color (decimal): -13009705 or 14122041. OLE color: 14122041.

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

Color convert

RGB57124215-
CMYK0.730.4200.16
HSL214.56º66.39%53.33%-
HSV(B)214.56º73.49%84.31%-
XYZ21.1620.1967.07-
YUV114.34184.887.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.39%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 215 (84.38% from 255) = 54.29%
R=14.39%
G=31.31%
B=54.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal571242150.730.4200.16214.5666.3953.33
Hex397CD7492A010d74235
Octal711743271115202032710265
Binary1110011111100110101111001001101010010000110101111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,124,215); }

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

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

 a { background-color: rgb(57,124,215); }

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

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

 span { border-color: rgb(57,124,215); }

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