Html Css Color HEX #396EDC Royal Blue

📋 copy color: '#396EDC'

red 57 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #396EDC

Tints of Royal Blue #396EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.42%

 BLUE value IS 220 (86.33% from 255) = 56.85%

R = 14.73%
G = 28.42%
B = 56.85%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#396EDC (or 0x396EDC) is known color: Royal Blue. HEX triplet: 39, 6E and DC. RGB value is (57,110,220). Sum of RGB (Red+Green+Blue) = 57+110+220=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #396EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396EDC is #C69123. Grayscale: #6A6A6A. Windows color (decimal): -13013284 or 14446137. OLE color: 14446137.

HSL color Cylindrical-coordinate representation of color #396EDC: hue angle of 220.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #396EDC is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 110 220 -
CMYK 0.74 0.50 0 0.14
HSL 220.49º 0.7% 0.54% -
HSV(B) 220.49º 0.74% 0.86% -
XYZ 20.18 17.19 69.96 -
YUV 106.69 191.94 92.56 -
System Red Green Blue C M Y K H S L
Decimal 57 110 220 0.74 0.50 0 0.14 220.49 0.7 0.54
Hex 39 6E DC 4A 32 0 E DC 46 36
Octal 71 156 334 112 62 0 16 334 106 66
Binary 111001 1101110 11011100 1001010 110010 0 1110 11011100 1000110 110110

Color Harmonies of #396EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396EDC

Black with #396EDC

Text Example


Text Example

White with #396EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,110,220); }

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

background-color css

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

 a { background-color: rgb(57,110,220); }

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

border-color css

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

 span { border-color: rgb(57,110,220); }

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