#397CD3

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

Shades of Royal Blue #397CD3

Tints of Royal Blue #397CD3

Color information

#397CD3 (or 0x397CD3) is unknown color: approx Royal Blue. HEX triplet: 39, 7C and D3. RGB value is (57,124,211). Sum of RGB (Red+Green+Blue) = 57+124+211=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #397CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CD3 is #C6832C. Grayscale: #717171. Windows color (decimal): -13009709 or 13859897. OLE color: 13859897.

HSL color Cylindrical-coordinate representation of color #397CD3: hue angle of 213.9º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #397CD3 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB57124211-
CMYK0.730.4100.17
HSL213.9º63.64%52.55%-
HSV(B)213.9º72.99%82.75%-
XYZ20.6519.9964.4-
YUV113.88182.887.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.54%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 211 (82.81% from 255) = 53.83%
R=14.54%
G=31.63%
B=53.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal571242110.730.4100.17213.963.6452.55
Hex397CD34929011d64035
Octal711743231115102132610065
Binary1110011111100110100111001001101001010001110101101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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