Html Css Color HEX #397BD4 Royal Blue

📋 copy color: '#397BD4'

red 57 ◦ green 123 ◦ blue 212

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

Shades of Royal Blue #397BD4

Tints of Royal Blue #397BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 54.08%

R = 14.54%
G = 31.38%
B = 54.08%

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

#397BD4 (or 0x397BD4) is known color: Royal Blue. HEX triplet: 39, 7B and D4. RGB value is (57,123,212). Sum of RGB (Red+Green+Blue) = 57+123+212=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 212 (83.20% from 255 or 54.08% from 392); Max value from RGB is 212 - color contains mainly: blue. Hex color #397BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BD4 is #C6842B. Grayscale: #707070. Windows color (decimal): -13009964 or 13925177. OLE color: 13925177.

HSL color Cylindrical-coordinate representation of color #397BD4: hue angle of 214.45º 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 #397BD4 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 57 123 212 -
CMYK 0.73 0.42 0 0.17
HSL 214.45º 0.64% 0.53% -
HSV(B) 214.45º 0.73% 0.83% -
XYZ 20.65 19.79 65.02 -
YUV 113.41 183.63 87.76 -
System Red Green Blue C M Y K H S L
Decimal 57 123 212 0.73 0.42 0 0.17 214.45 0.64 0.53
Hex 39 7B D4 49 2A 0 11 D6 40 35
Octal 71 173 324 111 52 0 21 326 100 65
Binary 111001 1111011 11010100 1001001 101010 0 10001 11010110 1000000 110101

Color Harmonies of #397BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BD4

Black with #397BD4

Text Example


Text Example

White with #397BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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