Html Css Color HEX #396ECE Royal Blue

📋 copy color: '#396ECE'

red 57 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #396ECE

Tints of Royal Blue #396ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 15.28%
G = 29.49%
B = 55.23%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#396ECE (or 0x396ECE) is known color: Royal Blue. HEX triplet: 39, 6E and CE. RGB value is (57,110,206). Sum of RGB (Red+Green+Blue) = 57+110+206=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #396ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ECE is #C69131. Grayscale: #686868. Windows color (decimal): -13013298 or 13528633. OLE color: 13528633.

HSL color Cylindrical-coordinate representation of color #396ECE: hue angle of 218.66º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396ECE is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 110 206 -
CMYK 0.72 0.47 0 0.19
HSL 218.66º 0.6% 0.52% -
HSV(B) 218.66º 0.72% 0.81% -
XYZ 18.4 16.48 60.6 -
YUV 105.1 184.94 93.69 -
System Red Green Blue C M Y K H S L
Decimal 57 110 206 0.72 0.47 0 0.19 218.66 0.6 0.52
Hex 39 6E CE 48 2F 0 13 DB 3C 34
Octal 71 156 316 110 57 0 23 333 74 64
Binary 111001 1101110 11001110 1001000 101111 0 10011 11011011 111100 110100

Color Harmonies of #396ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396ECE

Black with #396ECE

Text Example


Text Example

White with #396ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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