Html Css Color HEX #396DF4 Royal Blue

📋 copy color: '#396DF4'

red 57 ◦ green 109 ◦ blue 244

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

Shades of Royal Blue #396DF4

Tints of Royal Blue #396DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 59.51%

R = 13.9%
G = 26.59%
B = 59.51%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#396DF4 (or 0x396DF4) is known color: Royal Blue. HEX triplet: 39, 6D and F4. RGB value is (57,109,244). Sum of RGB (Red+Green+Blue) = 57+109+244=410 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.90% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 244 (95.70% from 255 or 59.51% from 410); Max value from RGB is 244 - color contains mainly: blue. Hex color #396DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396DF4 is #C6920B. Grayscale: #6C6C6C. Windows color (decimal): -13013516 or 16018745. OLE color: 16018745.

HSL color Cylindrical-coordinate representation of color #396DF4: hue angle of 223.32º degrees, saturation: 0.89, 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 #396DF4 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 57 109 244 -
CMYK 0.77 0.55 0 0.04
HSL 223.32º 0.89% 0.59% -
HSV(B) 223.32º 0.77% 0.96% -
XYZ 23.49 18.34 87.89 -
YUV 108.84 204.27 91.02 -
System Red Green Blue C M Y K H S L
Decimal 57 109 244 0.77 0.55 0 0.04 223.32 0.89 0.59
Hex 39 6D F4 4D 37 0 4 DF 59 3B
Octal 71 155 364 115 67 0 4 337 131 73
Binary 111001 1101101 11110100 1001101 110111 0 100 11011111 1011001 111011

Color Harmonies of #396DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DF4

Black with #396DF4

Text Example


Text Example

White with #396DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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