Html Css Color HEX #396DC9 Royal Blue

📋 copy color: '#396DC9'

red 57 ◦ green 109 ◦ blue 201

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

Shades of Royal Blue #396DC9

Tints of Royal Blue #396DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.77%

R = 15.53%
G = 29.7%
B = 54.77%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#396DC9 (or 0x396DC9) is known color: Royal Blue. HEX triplet: 39, 6D and C9. RGB value is (57,109,201). Sum of RGB (Red+Green+Blue) = 57+109+201=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #396DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DC9 is #C69236. Grayscale: #676767. Windows color (decimal): -13013559 or 13200697. OLE color: 13200697.

HSL color Cylindrical-coordinate representation of color #396DC9: hue angle of 218.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396DC9 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 57 109 201 -
CMYK 0.72 0.46 0 0.21
HSL 218.33º 0.57% 0.51% -
HSV(B) 218.33º 0.72% 0.79% -
XYZ 17.7 16.02 57.42 -
YUV 103.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 57 109 201 0.72 0.46 0 0.21 218.33 0.57 0.51
Hex 39 6D C9 48 2E 0 15 DA 39 33
Octal 71 155 311 110 56 0 25 332 71 63
Binary 111001 1101101 11001001 1001000 101110 0 10101 11011010 111001 110011

Color Harmonies of #396DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DC9

Black with #396DC9

Text Example


Text Example

White with #396DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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