Html Css Color HEX #396ACC Royal Blue

📋 copy color: '#396ACC'

red 57 ◦ green 106 ◦ blue 204

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

Shades of Royal Blue #396ACC

Tints of Royal Blue #396ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 15.53%
G = 28.88%
B = 55.59%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#396ACC (or 0x396ACC) is known color: Royal Blue. HEX triplet: 39, 6A and CC. RGB value is (57,106,204). Sum of RGB (Red+Green+Blue) = 57+106+204=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #396ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396ACC is #C69533. Grayscale: #666666. Windows color (decimal): -13014324 or 13396537. OLE color: 13396537.

HSL color Cylindrical-coordinate representation of color #396ACC: hue angle of 220º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396ACC is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 106 204 -
CMYK 0.72 0.48 0 0.2
HSL 220º 0.59% 0.51% -
HSV(B) 220º 0.72% 0.8% -
XYZ 17.74 15.54 59.19 -
YUV 102.52 185.27 95.53 -
System Red Green Blue C M Y K H S L
Decimal 57 106 204 0.72 0.48 0 0.2 220 0.59 0.51
Hex 39 6A CC 48 30 0 14 DC 3B 33
Octal 71 152 314 110 60 0 24 334 73 63
Binary 111001 1101010 11001100 1001000 110000 0 10100 11011100 111011 110011

Color Harmonies of #396ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396ACC

Black with #396ACC

Text Example


Text Example

White with #396ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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