Html Css Color HEX #396CC8 Royal Blue

📋 copy color: '#396CC8'

red 57 ◦ green 108 ◦ blue 200

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

Shades of Royal Blue #396CC8

Tints of Royal Blue #396CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 54.79%

R = 15.62%
G = 29.59%
B = 54.79%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#396CC8 (or 0x396CC8) is known color: Royal Blue. HEX triplet: 39, 6C and C8. RGB value is (57,108,200). Sum of RGB (Red+Green+Blue) = 57+108+200=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #396CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CC8 is #C69337. Grayscale: #666666. Windows color (decimal): -13013816 or 13134905. OLE color: 13134905.

HSL color Cylindrical-coordinate representation of color #396CC8: hue angle of 218.6º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #396CC8 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 57 108 200 -
CMYK 0.72 0.46 0 0.22
HSL 218.6º 0.57% 0.5% -
HSV(B) 218.6º 0.72% 0.78% -
XYZ 17.48 15.77 56.77 -
YUV 103.24 182.6 95.02 -
System Red Green Blue C M Y K H S L
Decimal 57 108 200 0.72 0.46 0 0.22 218.6 0.57 0.5
Hex 39 6C C8 48 2E 0 16 DB 39 32
Octal 71 154 310 110 56 0 26 333 71 62
Binary 111001 1101100 11001000 1001000 101110 0 10110 11011011 111001 110010

Color Harmonies of #396CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CC8

Black with #396CC8

Text Example


Text Example

White with #396CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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