Html Css Color HEX #396DD8 Royal Blue

📋 copy color: '#396DD8'

red 57 ◦ green 109 ◦ blue 216

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

Shades of Royal Blue #396DD8

Tints of Royal Blue #396DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.54%

R = 14.92%
G = 28.53%
B = 56.54%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#396DD8 (or 0x396DD8) is known color: Royal Blue. HEX triplet: 39, 6D and D8. RGB value is (57,109,216). Sum of RGB (Red+Green+Blue) = 57+109+216=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #396DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DD8 is #C69227. Grayscale: #696969. Windows color (decimal): -13013544 or 14183737. OLE color: 14183737.

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

Color convert

RGB 57 109 216 -
CMYK 0.74 0.50 0 0.15
HSL 220.38º 0.67% 0.54% -
HSV(B) 220.38º 0.74% 0.85% -
XYZ 19.55 16.77 67.17 -
YUV 105.65 190.27 93.3 -
System Red Green Blue C M Y K H S L
Decimal 57 109 216 0.74 0.50 0 0.15 220.38 0.67 0.54
Hex 39 6D D8 4A 32 0 F DC 43 36
Octal 71 155 330 112 62 0 17 334 103 66
Binary 111001 1101101 11011000 1001010 110010 0 1111 11011100 1000011 110110

Color Harmonies of #396DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DD8

Black with #396DD8

Text Example


Text Example

White with #396DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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