Html Css Color HEX #397AD8 Royal Blue

📋 copy color: '#397AD8'

red 57 ◦ green 122 ◦ blue 216

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

Shades of Royal Blue #397AD8

Tints of Royal Blue #397AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.68%

R = 14.43%
G = 30.89%
B = 54.68%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#397AD8 (or 0x397AD8) is known color: Royal Blue. HEX triplet: 39, 7A and D8. RGB value is (57,122,216). Sum of RGB (Red+Green+Blue) = 57+122+216=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #397AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AD8 is #C68527. Grayscale: #707070. Windows color (decimal): -13010216 or 14187065. OLE color: 14187065.

HSL color Cylindrical-coordinate representation of color #397AD8: hue angle of 215.47º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397AD8 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 122 216 -
CMYK 0.74 0.44 0 0.15
HSL 215.47º 0.67% 0.54% -
HSV(B) 215.47º 0.74% 0.85% -
XYZ 21.04 19.75 67.67 -
YUV 113.28 185.97 87.86 -
System Red Green Blue C M Y K H S L
Decimal 57 122 216 0.74 0.44 0 0.15 215.47 0.67 0.54
Hex 39 7A D8 4A 2C 0 F D7 43 36
Octal 71 172 330 112 54 0 17 327 103 66
Binary 111001 1111010 11011000 1001010 101100 0 1111 11010111 1000011 110110

Color Harmonies of #397AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397AD8

Black with #397AD8

Text Example


Text Example

White with #397AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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