Html Css Color HEX #396AD6 Royal Blue

📋 copy color: '#396AD6'

red 57 ◦ green 106 ◦ blue 214

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

Shades of Royal Blue #396AD6

Tints of Royal Blue #396AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.12%

 BLUE value IS 214 (83.98% from 255) = 56.76%

R = 15.12%
G = 28.12%
B = 56.76%

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

#396AD6 (or 0x396AD6) is known color: Royal Blue. HEX triplet: 39, 6A and D6. RGB value is (57,106,214). Sum of RGB (Red+Green+Blue) = 57+106+214=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #396AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396AD6 is #C69529. Grayscale: #676767. Windows color (decimal): -13014314 or 14051897. OLE color: 14051897.

HSL color Cylindrical-coordinate representation of color #396AD6: hue angle of 221.27º 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 #396AD6 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 106 214 -
CMYK 0.73 0.50 0 0.16
HSL 221.27º 0.66% 0.53% -
HSV(B) 221.27º 0.73% 0.84% -
XYZ 18.98 16.03 65.71 -
YUV 103.66 190.27 94.72 -
System Red Green Blue C M Y K H S L
Decimal 57 106 214 0.73 0.50 0 0.16 221.27 0.66 0.53
Hex 39 6A D6 49 32 0 10 DD 42 35
Octal 71 152 326 111 62 0 20 335 102 65
Binary 111001 1101010 11010110 1001001 110010 0 10000 11011101 1000010 110101

Color Harmonies of #396AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396AD6

Black with #396AD6

Text Example


Text Example

White with #396AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,106,214); }

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

background-color css

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

 a { background-color: rgb(57,106,214); }

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

border-color css

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

 span { border-color: rgb(57,106,214); }

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