#397CE0

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

Shades of Royal Blue #397CE0

Tints of Royal Blue #397CE0

Color information

#397CE0 (or 0x397CE0) is unknown color: approx Royal Blue. HEX triplet: 39, 7C and E0. RGB value is (57,124,224). Sum of RGB (Red+Green+Blue) = 57+124+224=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #397CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CE0 is #C6831F. Grayscale: #727272. Windows color (decimal): -13009696 or 14711865. OLE color: 14711865.

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

Color convert

RGB57124224-
CMYK0.750.4500.12
HSL215.93º72.93%55.1%-
HSV(B)215.93º74.55%87.84%-
XYZ22.3520.6773.33-
YUV115.37189.386.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.07%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 224 (87.89% from 255) = 55.31%
R=14.07%
G=30.62%
B=55.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal571242240.750.4500.12215.9372.9355.1
Hex397CE04B2D0Cd84937
Octal711743401135501433011167
Binary111001111110011100000100101110110101100110110001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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