Html Css Color HEX #397CD5 Royal Blue

📋 copy color: '#397CD5'

red 57 ◦ green 124 ◦ blue 213

#397CD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #397CD5

Tints of Royal Blue #397CD5

RGB

 RED value IS 57 (22.66% from 255) = 14.47%

 GREEN value IS 124 (48.83% from 255) = 31.47%

 BLUE value IS 213 (83.59% from 255) = 54.06%

R = 14.47%
G = 31.47%
B = 54.06%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#397CD5 (or 0x397CD5) is known color: Royal Blue. HEX triplet: 39, 7C and D5. RGB value is (57,124,213). Sum of RGB (Red+Green+Blue) = 57+124+213=394 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.47% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #397CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397CD5 is #C6832A. Grayscale: #717171. Windows color (decimal): -13009707 or 13990969. OLE color: 13990969.

HSL color Cylindrical-coordinate representation of color #397CD5: hue angle of 214.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #397CD5 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 124 213 -
CMYK 0.73 0.42 0 0.16
HSL 214.23º 0.65% 0.53% -
HSV(B) 214.23º 0.73% 0.84% -
XYZ 20.91 20.09 65.73 -
YUV 114.11 183.8 87.26 -
System Red Green Blue C M Y K H S L
Decimal 57 124 213 0.73 0.42 0 0.16 214.23 0.65 0.53
Hex 39 7C D5 49 2A 0 10 D6 41 35
Octal 71 174 325 111 52 0 20 326 101 65
Binary 111001 1111100 11010101 1001001 101010 0 10000 11010110 1000001 110101

Color Harmonies of #397CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397CD5

Black with #397CD5

Text Example


Text Example

White with #397CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #397CD5;
 }
 .AnyTagClassName
 {
   color: #397CD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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