Html Css Color HEX #396ECF Royal Blue

📋 copy color: '#396ECF'

red 57 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #396ECF

Tints of Royal Blue #396ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.35%

R = 15.24%
G = 29.41%
B = 55.35%

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

#396ECF (or 0x396ECF) is known color: Royal Blue. HEX triplet: 39, 6E and CF. RGB value is (57,110,207). Sum of RGB (Red+Green+Blue) = 57+110+207=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #396ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ECF is #C69130. Grayscale: #686868. Windows color (decimal): -13013297 or 13594169. OLE color: 13594169.

HSL color Cylindrical-coordinate representation of color #396ECF: hue angle of 218.8º degrees, saturation: 0.61, 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 #396ECF is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 110 207 -
CMYK 0.72 0.47 0 0.19
HSL 218.8º 0.61% 0.52% -
HSV(B) 218.8º 0.72% 0.81% -
XYZ 18.53 16.53 61.25 -
YUV 105.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 57 110 207 0.72 0.47 0 0.19 218.8 0.61 0.52
Hex 39 6E CF 48 2F 0 13 DB 3D 34
Octal 71 156 317 110 57 0 23 333 75 64
Binary 111001 1101110 11001111 1001000 101111 0 10011 11011011 111101 110100

Color Harmonies of #396ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396ECF

Black with #396ECF

Text Example


Text Example

White with #396ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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