Html Css Color HEX #396DF6 Royal Blue

📋 copy color: '#396DF6'

red 57 ◦ green 109 ◦ blue 246

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

Shades of Royal Blue #396DF6

Tints of Royal Blue #396DF6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.46%

 BLUE value IS 246 (96.48% from 255) = 59.71%

R = 13.83%
G = 26.46%
B = 59.71%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#396DF6 (or 0x396DF6) is known color: Royal Blue. HEX triplet: 39, 6D and F6. RGB value is (57,109,246). Sum of RGB (Red+Green+Blue) = 57+109+246=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 246 (96.48% from 255 or 59.71% from 412); Max value from RGB is 246 - color contains mainly: blue. Hex color #396DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396DF6 is #C69209. Grayscale: #6C6C6C. Windows color (decimal): -13013514 or 16149817. OLE color: 16149817.

HSL color Cylindrical-coordinate representation of color #396DF6: hue angle of 223.49º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396DF6 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 57 109 246 -
CMYK 0.77 0.56 0 0.04
HSL 223.49º 0.91% 0.59% -
HSV(B) 223.49º 0.77% 0.96% -
XYZ 23.79 18.46 89.5 -
YUV 109.07 205.27 90.86 -
System Red Green Blue C M Y K H S L
Decimal 57 109 246 0.77 0.56 0 0.04 223.49 0.91 0.59
Hex 39 6D F6 4D 38 0 4 DF 5B 3B
Octal 71 155 366 115 70 0 4 337 133 73
Binary 111001 1101101 11110110 1001101 111000 0 100 11011111 1011011 111011

Color Harmonies of #396DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DF6

Black with #396DF6

Text Example


Text Example

White with #396DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,109,246); }

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

background-color css

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

 a { background-color: rgb(57,109,246); }

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

border-color css

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

 span { border-color: rgb(57,109,246); }

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