Html Css Color HEX #396ECD Royal Blue

📋 copy color: '#396ECD'

red 57 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #396ECD

Tints of Royal Blue #396ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.11%

R = 15.32%
G = 29.57%
B = 55.11%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#396ECD (or 0x396ECD) is known color: Royal Blue. HEX triplet: 39, 6E and CD. RGB value is (57,110,205). Sum of RGB (Red+Green+Blue) = 57+110+205=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #396ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ECD is #C69132. Grayscale: #686868. Windows color (decimal): -13013299 or 13463097. OLE color: 13463097.

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

Color convert

RGB 57 110 205 -
CMYK 0.72 0.46 0 0.20
HSL 218.51º 0.6% 0.51% -
HSV(B) 218.51º 0.72% 0.8% -
XYZ 18.28 16.43 59.97 -
YUV 104.98 184.44 93.78 -
System Red Green Blue C M Y K H S L
Decimal 57 110 205 0.72 0.46 0 0.20 218.51 0.6 0.51
Hex 39 6E CD 48 2E 0 14 DB 3C 33
Octal 71 156 315 110 56 0 24 333 74 63
Binary 111001 1101110 11001101 1001000 101110 0 10100 11011011 111100 110011

Color Harmonies of #396ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396ECD

Black with #396ECD

Text Example


Text Example

White with #396ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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