Html Css Color HEX #396ADE Royal Blue

📋 copy color: '#396ADE'

red 57 ◦ green 106 ◦ blue 222

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

Shades of Royal Blue #396ADE

Tints of Royal Blue #396ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.53%

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 14.81%
G = 27.53%
B = 57.66%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#396ADE (or 0x396ADE) is known color: Royal Blue. HEX triplet: 39, 6A and DE. RGB value is (57,106,222). Sum of RGB (Red+Green+Blue) = 57+106+222=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #396ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ADE is #C69521. Grayscale: #686868. Windows color (decimal): -13014306 or 14576185. OLE color: 14576185.

HSL color Cylindrical-coordinate representation of color #396ADE: hue angle of 222.18º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #396ADE is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 106 222 -
CMYK 0.74 0.52 0 0.13
HSL 222.18º 0.71% 0.55% -
HSV(B) 222.18º 0.74% 0.87% -
XYZ 20.03 16.45 71.23 -
YUV 104.57 194.27 94.07 -
System Red Green Blue C M Y K H S L
Decimal 57 106 222 0.74 0.52 0 0.13 222.18 0.71 0.55
Hex 39 6A DE 4A 34 0 D DE 47 37
Octal 71 152 336 112 64 0 15 336 107 67
Binary 111001 1101010 11011110 1001010 110100 0 1101 11011110 1000111 110111

Color Harmonies of #396ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396ADE

Black with #396ADE

Text Example


Text Example

White with #396ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,106,222); }

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

background-color css

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

 a { background-color: rgb(57,106,222); }

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

border-color css

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

 span { border-color: rgb(57,106,222); }

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