#397BE2

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

Shades of Royal Blue #397BE2

Tints of Royal Blue #397BE2

Color information

#397BE2 (or 0x397BE2) is unknown color: approx Royal Blue. HEX triplet: 39, 7B and E2. RGB value is (57,123,226). Sum of RGB (Red+Green+Blue) = 57+123+226=406 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.04% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 226 (88.67% from 255 or 55.67% from 406); Max value from RGB is 226 - color contains mainly: blue. Hex color #397BE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BE2 is #C6841D. Grayscale: #727272. Windows color (decimal): -13009950 or 14842681. OLE color: 14842681.

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

Color convert

RGB57123226-
CMYK0.750.4600.11
HSL216.57º74.45%55.49%-
HSV(B)216.57º74.78%88.63%-
XYZ22.520.5374.73-
YUV115.01190.6386.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.04%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 226 (88.67% from 255) = 55.67%
R=14.04%
G=30.30%
B=55.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal571232260.750.4600.11216.5774.4555.49
Hex397BE24B2E0Bd94a37
Octal711733421135601333111267
Binary111001111101111100010100101110111001011110110011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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