#397CE2

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

Shades of Royal Blue #397CE2

Tints of Royal Blue #397CE2

Color information

#397CE2 (or 0x397CE2) is unknown color: approx Royal Blue. HEX triplet: 39, 7C and E2. RGB value is (57,124,226). Sum of RGB (Red+Green+Blue) = 57+124+226=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 226 (88.67% from 255 or 55.53% from 407); Max value from RGB is 226 - color contains mainly: blue. Hex color #397CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CE2 is #C6831D. Grayscale: #737373. Windows color (decimal): -13009694 or 14842937. OLE color: 14842937.

HSL color Cylindrical-coordinate representation of color #397CE2: hue angle of 216.21º 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 #397CE2 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB57124226-
CMYK0.750.4500.11
HSL216.21º74.45%55.49%-
HSV(B)216.21º74.78%88.63%-
XYZ22.6220.7874.77-
YUV115.59190.386.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.00%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 226 (88.67% from 255) = 55.53%
R=14.00%
G=30.47%
B=55.53%

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
Decimal571242260.750.4500.11216.2174.4555.49
Hex397CE24B2D0Bd84a37
Octal711743421135501333011267
Binary111001111110011100010100101110110101011110110001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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