#397DEA

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

Shades of Royal Blue #397DEA

Tints of Royal Blue #397DEA

Color information

#397DEA (or 0x397DEA) is unknown color: approx Royal Blue. HEX triplet: 39, 7D and EA. RGB value is (57,125,234). Sum of RGB (Red+Green+Blue) = 57+125+234=416 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.70% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #397DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397DEA is #C68215. Grayscale: #747474. Windows color (decimal): -13009430 or 15367481. OLE color: 15367481.

HSL color Cylindrical-coordinate representation of color #397DEA: hue angle of 216.95º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397DEA is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB57125234-
CMYK0.760.4700.08
HSL216.95º80.82%57.06%-
HSV(B)216.95º75.64%91.76%-
XYZ23.8721.4880.73-
YUV117.09193.9785.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.70%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 234 (91.80% from 255) = 56.25%
R=13.70%
G=30.05%
B=56.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal571252340.760.4700.08216.9580.8257.06
Hex397DEA4C2F08d95139
Octal711753521145701033112171
Binary111001111110111101010100110010111101000110110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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