Html Css Color HEX #396FD1 Royal Blue

📋 copy color: '#396FD1'

red 57 ◦ green 111 ◦ blue 209

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

Shades of Royal Blue #396FD1

Tints of Royal Blue #396FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 209 (82.03% from 255) = 55.44%

R = 15.12%
G = 29.44%
B = 55.44%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#396FD1 (or 0x396FD1) is known color: Royal Blue. HEX triplet: 39, 6F and D1. RGB value is (57,111,209). Sum of RGB (Red+Green+Blue) = 57+111+209=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #396FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396FD1 is #C6902E. Grayscale: #696969. Windows color (decimal): -13013039 or 13725497. OLE color: 13725497.

HSL color Cylindrical-coordinate representation of color #396FD1: hue angle of 218.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #396FD1 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 111 209 -
CMYK 0.73 0.47 0 0.18
HSL 218.68º 0.62% 0.52% -
HSV(B) 218.68º 0.73% 0.82% -
XYZ 18.88 16.84 62.58 -
YUV 106.03 186.11 93.03 -
System Red Green Blue C M Y K H S L
Decimal 57 111 209 0.73 0.47 0 0.18 218.68 0.62 0.52
Hex 39 6F D1 49 2F 0 12 DB 3E 34
Octal 71 157 321 111 57 0 22 333 76 64
Binary 111001 1101111 11010001 1001001 101111 0 10010 11011011 111110 110100

Color Harmonies of #396FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396FD1

Black with #396FD1

Text Example


Text Example

White with #396FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,111,209); }

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

background-color css

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

 a { background-color: rgb(57,111,209); }

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

border-color css

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

 span { border-color: rgb(57,111,209); }

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