Html Css Color HEX #396FDB Royal Blue

📋 copy color: '#396FDB'

red 57 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #396FDB

Tints of Royal Blue #396FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 14.73%
G = 28.68%
B = 56.59%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#396FDB (or 0x396FDB) is known color: Royal Blue. HEX triplet: 39, 6F and DB. RGB value is (57,111,219). Sum of RGB (Red+Green+Blue) = 57+111+219=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #396FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396FDB is #C69024. Grayscale: #6A6A6A. Windows color (decimal): -13013029 or 14380857. OLE color: 14380857.

HSL color Cylindrical-coordinate representation of color #396FDB: hue angle of 220º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #396FDB is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 111 219 -
CMYK 0.74 0.49 0 0.14
HSL 220º 0.69% 0.54% -
HSV(B) 220º 0.74% 0.86% -
XYZ 20.16 17.35 69.3 -
YUV 107.17 191.11 92.22 -
System Red Green Blue C M Y K H S L
Decimal 57 111 219 0.74 0.49 0 0.14 220 0.69 0.54
Hex 39 6F DB 4A 31 0 E DC 45 36
Octal 71 157 333 112 61 0 16 334 105 66
Binary 111001 1101111 11011011 1001010 110001 0 1110 11011100 1000101 110110

Color Harmonies of #396FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396FDB

Black with #396FDB

Text Example


Text Example

White with #396FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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