#397DE2

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

Shades of Royal Blue #397DE2

Tints of Royal Blue #397DE2

Color information

#397DE2 (or 0x397DE2) is unknown color: approx Royal Blue. HEX triplet: 39, 7D and E2. RGB value is (57,125,226). Sum of RGB (Red+Green+Blue) = 57+125+226=408 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.97% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 226 (88.67% from 255 or 55.39% from 408); Max value from RGB is 226 - color contains mainly: blue. Hex color #397DE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DE2 is #C6821D. Grayscale: #737373. Windows color (decimal): -13009438 or 14843193. OLE color: 14843193.

HSL color Cylindrical-coordinate representation of color #397DE2: hue angle of 215.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397DE2 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB57125226-
CMYK0.750.4500.11
HSL215.86º74.45%55.49%-
HSV(B)215.86º74.78%88.63%-
XYZ22.7521.0374.81-
YUV116.18189.9785.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.97%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 226 (88.67% from 255) = 55.39%
R=13.97%
G=30.64%
B=55.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal571252260.750.4500.11215.8674.4555.49
Hex397DE24B2D0Bd84a37
Octal711753421135501333011267
Binary111001111110111100010100101110110101011110110001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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