Html Css Color HEX #396DDD Royal Blue

📋 copy color: '#396DDD'

red 57 ◦ green 109 ◦ blue 221

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

Shades of Royal Blue #396DDD

Tints of Royal Blue #396DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 14.73%
G = 28.17%
B = 57.11%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#396DDD (or 0x396DDD) is known color: Royal Blue. HEX triplet: 39, 6D and DD. RGB value is (57,109,221). Sum of RGB (Red+Green+Blue) = 57+109+221=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #396DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DDD is #C69222. Grayscale: #696969. Windows color (decimal): -13013539 or 14511417. OLE color: 14511417.

HSL color Cylindrical-coordinate representation of color #396DDD: hue angle of 220.98º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #396DDD is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 109 221 -
CMYK 0.74 0.51 0 0.13
HSL 220.98º 0.71% 0.55% -
HSV(B) 220.98º 0.74% 0.87% -
XYZ 20.21 17.03 70.63 -
YUV 106.22 192.77 92.89 -
System Red Green Blue C M Y K H S L
Decimal 57 109 221 0.74 0.51 0 0.13 220.98 0.71 0.55
Hex 39 6D DD 4A 33 0 D DD 47 37
Octal 71 155 335 112 63 0 15 335 107 67
Binary 111001 1101101 11011101 1001010 110011 0 1101 11011101 1000111 110111

Color Harmonies of #396DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DDD

Black with #396DDD

Text Example


Text Example

White with #396DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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