Html Css Color HEX #396BD7 Royal Blue

📋 copy color: '#396BD7'

red 57 ◦ green 107 ◦ blue 215

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

Shades of Royal Blue #396BD7

Tints of Royal Blue #396BD7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

 BLUE value IS 215 (84.38% from 255) = 56.73%

R = 15.04%
G = 28.23%
B = 56.73%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#396BD7 (or 0x396BD7) is known color: Royal Blue. HEX triplet: 39, 6B and D7. RGB value is (57,107,215). Sum of RGB (Red+Green+Blue) = 57+107+215=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 215 (84.38% from 255 or 56.73% from 379); Max value from RGB is 215 - color contains mainly: blue. Hex color #396BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396BD7 is #C69428. Grayscale: #676767. Windows color (decimal): -13014057 or 14117689. OLE color: 14117689.

HSL color Cylindrical-coordinate representation of color #396BD7: hue angle of 221.01º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #396BD7 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 107 215 -
CMYK 0.73 0.50 0 0.16
HSL 221.01º 0.66% 0.53% -
HSV(B) 221.01º 0.73% 0.84% -
XYZ 19.21 16.29 66.42 -
YUV 104.36 190.44 94.22 -
System Red Green Blue C M Y K H S L
Decimal 57 107 215 0.73 0.50 0 0.16 221.01 0.66 0.53
Hex 39 6B D7 49 32 0 10 DD 42 35
Octal 71 153 327 111 62 0 20 335 102 65
Binary 111001 1101011 11010111 1001001 110010 0 10000 11011101 1000010 110101

Color Harmonies of #396BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BD7

Black with #396BD7

Text Example


Text Example

White with #396BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396BD7; }

 p { color: rgb(57,107,215); }

 H1.HeaderClassName
 {
   color: #396BD7;
 }
 .AnyTagClassName
 {
   color: #396BD7;
 }
</style>

background-color css

<style>
 a { background-color: #396BD7; }

 a { background-color: rgb(57,107,215); }

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

border-color css

<style>
 span { border-color: #396BD7; }

 span { border-color: rgb(57,107,215); }

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