Html Css Color HEX #397ADB Royal Blue

📋 copy color: '#397ADB'

red 57 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #397ADB

Tints of Royal Blue #397ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 14.32%
G = 30.65%
B = 55.03%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#397ADB (or 0x397ADB) is known color: Royal Blue. HEX triplet: 39, 7A and DB. RGB value is (57,122,219). Sum of RGB (Red+Green+Blue) = 57+122+219=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #397ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ADB is #C68524. Grayscale: #717171. Windows color (decimal): -13010213 or 14383673. OLE color: 14383673.

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

Color convert

RGB 57 122 219 -
CMYK 0.74 0.44 0 0.14
HSL 215.93º 0.69% 0.54% -
HSV(B) 215.93º 0.74% 0.86% -
XYZ 21.43 19.9 69.73 -
YUV 113.62 187.47 87.61 -
System Red Green Blue C M Y K H S L
Decimal 57 122 219 0.74 0.44 0 0.14 215.93 0.69 0.54
Hex 39 7A DB 4A 2C 0 E D8 45 36
Octal 71 172 333 112 54 0 16 330 105 66
Binary 111001 1111010 11011011 1001010 101100 0 1110 11011000 1000101 110110

Color Harmonies of #397ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397ADB

Black with #397ADB

Text Example


Text Example

White with #397ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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