Html Css Color HEX #397BE1 Royal Blue

📋 copy color: '#397BE1'

red 57 ◦ green 123 ◦ blue 225

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

Shades of Royal Blue #397BE1

Tints of Royal Blue #397BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.56%

R = 14.07%
G = 30.37%
B = 55.56%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#397BE1 (or 0x397BE1) is known color: Royal Blue. HEX triplet: 39, 7B and E1. RGB value is (57,123,225). Sum of RGB (Red+Green+Blue) = 57+123+225=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #397BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BE1 is #C6841E. Grayscale: #727272. Windows color (decimal): -13009951 or 14777145. OLE color: 14777145.

HSL color Cylindrical-coordinate representation of color #397BE1: hue angle of 216.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397BE1 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 123 225 -
CMYK 0.75 0.45 0 0.12
HSL 216.43º 0.74% 0.55% -
HSV(B) 216.43º 0.75% 0.88% -
XYZ 22.36 20.47 74.01 -
YUV 114.89 190.13 86.71 -
System Red Green Blue C M Y K H S L
Decimal 57 123 225 0.75 0.45 0 0.12 216.43 0.74 0.55
Hex 39 7B E1 4B 2D 0 C D8 4A 37
Octal 71 173 341 113 55 0 14 330 112 67
Binary 111001 1111011 11100001 1001011 101101 0 1100 11011000 1001010 110111

Color Harmonies of #397BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BE1

Black with #397BE1

Text Example


Text Example

White with #397BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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