Html Css Color HEX #396DDA Royal Blue

📋 copy color: '#396DDA'

red 57 ◦ green 109 ◦ blue 218

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

Shades of Royal Blue #396DDA

Tints of Royal Blue #396DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.77%

R = 14.84%
G = 28.39%
B = 56.77%

CMYK

 C value IS 0.74

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#396DDA (or 0x396DDA) is known color: Royal Blue. HEX triplet: 39, 6D and DA. RGB value is (57,109,218). Sum of RGB (Red+Green+Blue) = 57+109+218=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #396DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DDA is #C69225. Grayscale: #696969. Windows color (decimal): -13013542 or 14314809. OLE color: 14314809.

HSL color Cylindrical-coordinate representation of color #396DDA: hue angle of 220.62º degrees, saturation: 0.69, 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 #396DDA is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 109 218 -
CMYK 0.74 0.5 0 0.15
HSL 220.62º 0.69% 0.54% -
HSV(B) 220.62º 0.74% 0.85% -
XYZ 19.81 16.87 68.54 -
YUV 105.88 191.27 93.14 -
System Red Green Blue C M Y K H S L
Decimal 57 109 218 0.74 0.5 0 0.15 220.62 0.69 0.54
Hex 39 6D DA 4A 32 0 F DD 45 36
Octal 71 155 332 112 62 0 17 335 105 66
Binary 111001 1101101 11011010 1001010 110010 0 1111 11011101 1000101 110110

Color Harmonies of #396DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DDA

Black with #396DDA

Text Example


Text Example

White with #396DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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