Html Css Color HEX #397BD2 Royal Blue

📋 copy color: '#397BD2'

red 57 ◦ green 123 ◦ blue 210

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

Shades of Royal Blue #397BD2

Tints of Royal Blue #397BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.85%

R = 14.62%
G = 31.54%
B = 53.85%

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

#397BD2 (or 0x397BD2) is known color: Royal Blue. HEX triplet: 39, 7B and D2. RGB value is (57,123,210). Sum of RGB (Red+Green+Blue) = 57+123+210=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #397BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BD2 is #C6842D. Grayscale: #707070. Windows color (decimal): -13009966 or 13794105. OLE color: 13794105.

HSL color Cylindrical-coordinate representation of color #397BD2: hue angle of 214.12º degrees, saturation: 0.63, 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 #397BD2 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 123 210 -
CMYK 0.73 0.41 0 0.18
HSL 214.12º 0.63% 0.52% -
HSV(B) 214.12º 0.73% 0.82% -
XYZ 20.4 19.69 63.7 -
YUV 113.18 182.63 87.93 -
System Red Green Blue C M Y K H S L
Decimal 57 123 210 0.73 0.41 0 0.18 214.12 0.63 0.52
Hex 39 7B D2 49 29 0 12 D6 3F 34
Octal 71 173 322 111 51 0 22 326 77 64
Binary 111001 1111011 11010010 1001001 101001 0 10010 11010110 111111 110100

Color Harmonies of #397BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BD2

Black with #397BD2

Text Example


Text Example

White with #397BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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