Html Css Color HEX #397AD0 Royal Blue

📋 copy color: '#397AD0'

red 57 ◦ green 122 ◦ blue 208

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

Shades of Royal Blue #397AD0

Tints of Royal Blue #397AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.75%

R = 14.73%
G = 31.52%
B = 53.75%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#397AD0 (or 0x397AD0) is known color: Royal Blue. HEX triplet: 39, 7A and D0. RGB value is (57,122,208). Sum of RGB (Red+Green+Blue) = 57+122+208=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #397AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AD0 is #C6852F. Grayscale: #6F6F6F. Windows color (decimal): -13010224 or 13662777. OLE color: 13662777.

HSL color Cylindrical-coordinate representation of color #397AD0: hue angle of 214.17º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #397AD0 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 122 208 -
CMYK 0.73 0.41 0 0.18
HSL 214.17º 0.62% 0.52% -
HSV(B) 214.17º 0.73% 0.82% -
XYZ 20.03 19.34 62.35 -
YUV 112.37 181.97 88.51 -
System Red Green Blue C M Y K H S L
Decimal 57 122 208 0.73 0.41 0 0.18 214.17 0.62 0.52
Hex 39 7A D0 49 29 0 12 D6 3E 34
Octal 71 172 320 111 51 0 22 326 76 64
Binary 111001 1111010 11010000 1001001 101001 0 10010 11010110 111110 110100

Color Harmonies of #397AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397AD0

Black with #397AD0

Text Example


Text Example

White with #397AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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