Html Css Color HEX #397BD3 Royal Blue

📋 copy color: '#397BD3'

red 57 ◦ green 123 ◦ blue 211

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

Shades of Royal Blue #397BD3

Tints of Royal Blue #397BD3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.46%

 BLUE value IS 211 (82.81% from 255) = 53.96%

R = 14.58%
G = 31.46%
B = 53.96%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#397BD3 (or 0x397BD3) is known color: Royal Blue. HEX triplet: 39, 7B and D3. RGB value is (57,123,211). Sum of RGB (Red+Green+Blue) = 57+123+211=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #397BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BD3 is #C6842C. Grayscale: #707070. Windows color (decimal): -13009965 or 13859641. OLE color: 13859641.

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

Color convert

RGB 57 123 211 -
CMYK 0.73 0.42 0 0.17
HSL 214.29º 0.64% 0.53% -
HSV(B) 214.29º 0.73% 0.83% -
XYZ 20.53 19.74 64.36 -
YUV 113.3 183.13 87.84 -
System Red Green Blue C M Y K H S L
Decimal 57 123 211 0.73 0.42 0 0.17 214.29 0.64 0.53
Hex 39 7B D3 49 2A 0 11 D6 40 35
Octal 71 173 323 111 52 0 21 326 100 65
Binary 111001 1111011 11010011 1001001 101010 0 10001 11010110 1000000 110101

Color Harmonies of #397BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BD3

Black with #397BD3

Text Example


Text Example

White with #397BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,123,211); }

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

background-color css

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

 a { background-color: rgb(57,123,211); }

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

border-color css

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

 span { border-color: rgb(57,123,211); }

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