Html Css Color HEX #396AD1 Royal Blue

📋 copy color: '#396AD1'

red 57 ◦ green 106 ◦ blue 209

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

Shades of Royal Blue #396AD1

Tints of Royal Blue #396AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 56.18%

R = 15.32%
G = 28.49%
B = 56.18%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#396AD1 (or 0x396AD1) is known color: Royal Blue. HEX triplet: 39, 6A and D1. RGB value is (57,106,209). Sum of RGB (Red+Green+Blue) = 57+106+209=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #396AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396AD1 is #C6952E. Grayscale: #666666. Windows color (decimal): -13014319 or 13724217. OLE color: 13724217.

HSL color Cylindrical-coordinate representation of color #396AD1: hue angle of 220.66º degrees, saturation: 0.62, 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 #396AD1 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 106 209 -
CMYK 0.73 0.49 0 0.18
HSL 220.66º 0.62% 0.52% -
HSV(B) 220.66º 0.73% 0.82% -
XYZ 18.35 15.78 62.4 -
YUV 103.09 187.77 95.12 -
System Red Green Blue C M Y K H S L
Decimal 57 106 209 0.73 0.49 0 0.18 220.66 0.62 0.52
Hex 39 6A D1 49 31 0 12 DD 3E 34
Octal 71 152 321 111 61 0 22 335 76 64
Binary 111001 1101010 11010001 1001001 110001 0 10010 11011101 111110 110100

Color Harmonies of #396AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396AD1

Black with #396AD1

Text Example


Text Example

White with #396AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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