Html Css Color HEX #397AD7 Royal Blue

📋 copy color: '#397AD7'

red 57 ◦ green 122 ◦ blue 215

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

Shades of Royal Blue #397AD7

Tints of Royal Blue #397AD7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

 BLUE value IS 215 (84.38% from 255) = 54.57%

R = 14.47%
G = 30.96%
B = 54.57%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#397AD7 (or 0x397AD7) is known color: Royal Blue. HEX triplet: 39, 7A and D7. RGB value is (57,122,215). Sum of RGB (Red+Green+Blue) = 57+122+215=394 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.47% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #397AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AD7 is #C68528. Grayscale: #707070. Windows color (decimal): -13010217 or 14121529. OLE color: 14121529.

HSL color Cylindrical-coordinate representation of color #397AD7: hue angle of 215.32º degrees, saturation: 0.66, 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 #397AD7 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 122 215 -
CMYK 0.73 0.43 0 0.16
HSL 215.32º 0.66% 0.53% -
HSV(B) 215.32º 0.73% 0.84% -
XYZ 20.91 19.7 66.99 -
YUV 113.17 185.47 87.94 -
System Red Green Blue C M Y K H S L
Decimal 57 122 215 0.73 0.43 0 0.16 215.32 0.66 0.53
Hex 39 7A D7 49 2B 0 10 D7 42 35
Octal 71 172 327 111 53 0 20 327 102 65
Binary 111001 1111010 11010111 1001001 101011 0 10000 11010111 1000010 110101

Color Harmonies of #397AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397AD7

Black with #397AD7

Text Example


Text Example

White with #397AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,122,215); }

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

background-color css

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

 a { background-color: rgb(57,122,215); }

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

border-color css

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

 span { border-color: rgb(57,122,215); }

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