Html Css Color HEX #397BDE Royal Blue

📋 copy color: '#397BDE'

red 57 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #397BDE

Tints of Royal Blue #397BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 14.18%
G = 30.6%
B = 55.22%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#397BDE (or 0x397BDE) is known color: Royal Blue. HEX triplet: 39, 7B and DE. RGB value is (57,123,222). Sum of RGB (Red+Green+Blue) = 57+123+222=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #397BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BDE is #C68421. Grayscale: #727272. Windows color (decimal): -13009954 or 14580537. OLE color: 14580537.

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

Color convert

RGB 57 123 222 -
CMYK 0.74 0.45 0 0.13
HSL 216º 0.71% 0.55% -
HSV(B) 216º 0.74% 0.87% -
XYZ 21.96 20.31 71.87 -
YUV 114.55 188.63 86.95 -
System Red Green Blue C M Y K H S L
Decimal 57 123 222 0.74 0.45 0 0.13 216 0.71 0.55
Hex 39 7B DE 4A 2D 0 D D8 47 37
Octal 71 173 336 112 55 0 15 330 107 67
Binary 111001 1111011 11011110 1001010 101101 0 1101 11011000 1000111 110111

Color Harmonies of #397BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BDE

Black with #397BDE

Text Example


Text Example

White with #397BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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