Html Css Color HEX #396CDB Royal Blue

📋 copy color: '#396CDB'

red 57 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #396CDB

Tints of Royal Blue #396CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

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

R = 14.84%
G = 28.13%
B = 57.03%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#396CDB (or 0x396CDB) is known color: Royal Blue. HEX triplet: 39, 6C and DB. RGB value is (57,108,219). Sum of RGB (Red+Green+Blue) = 57+108+219=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #396CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CDB is #C69324. Grayscale: #686868. Windows color (decimal): -13013797 or 14380089. OLE color: 14380089.

HSL color Cylindrical-coordinate representation of color #396CDB: hue angle of 221.11º 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 #396CDB is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 108 219 -
CMYK 0.74 0.51 0 0.14
HSL 221.11º 0.69% 0.54% -
HSV(B) 221.11º 0.74% 0.86% -
XYZ 19.84 16.71 69.2 -
YUV 105.41 192.1 93.47 -
System Red Green Blue C M Y K H S L
Decimal 57 108 219 0.74 0.51 0 0.14 221.11 0.69 0.54
Hex 39 6C DB 4A 33 0 E DD 45 36
Octal 71 154 333 112 63 0 16 335 105 66
Binary 111001 1101100 11011011 1001010 110011 0 1110 11011101 1000101 110110

Color Harmonies of #396CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CDB

Black with #396CDB

Text Example


Text Example

White with #396CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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