#397BDE

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

Shades of Royal Blue #397BDE

Tints of Royal Blue #397BDE

Color information

#397BDE (or 0x397BDE) is unknown color: approx Royal Blue. HEX triplet: 39, 7B and DE. RGB value is (57,123,222). Sum of RGB (Red+Green+Blue) = 57+123+222=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #397BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BDE is #C68421. Grayscale: #727272. Windows color (decimal): -13009954 or 14580537. OLE color: 14580537.

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

Color convert

RGB57123222-
CMYK0.740.4500.13
HSL216º71.43%54.71%-
HSV(B)216º74.32%87.06%-
XYZ21.9620.3171.87-
YUV114.55188.6386.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.18%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 222 (87.11% from 255) = 55.22%
R=14.18%
G=30.60%
B=55.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal571232220.740.4500.1321671.4354.71
Hex397BDE4A2D0Dd84737
Octal711733361125501533010767
Binary111001111101111011110100101010110101101110110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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