Html Css Color HEX #396DCB Royal Blue

📋 copy color: '#396DCB'

red 57 ◦ green 109 ◦ blue 203

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

Shades of Royal Blue #396DCB

Tints of Royal Blue #396DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 15.45%
G = 29.54%
B = 55.01%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#396DCB (or 0x396DCB) is known color: Royal Blue. HEX triplet: 39, 6D and CB. RGB value is (57,109,203). Sum of RGB (Red+Green+Blue) = 57+109+203=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #396DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DCB is #C69234. Grayscale: #676767. Windows color (decimal): -13013557 or 13331769. OLE color: 13331769.

HSL color Cylindrical-coordinate representation of color #396DCB: hue angle of 218.63º degrees, saturation: 0.58, 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 #396DCB is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 109 203 -
CMYK 0.72 0.46 0 0.20
HSL 218.63º 0.58% 0.51% -
HSV(B) 218.63º 0.72% 0.8% -
XYZ 17.94 16.12 58.67 -
YUV 104.17 183.77 94.36 -
System Red Green Blue C M Y K H S L
Decimal 57 109 203 0.72 0.46 0 0.20 218.63 0.58 0.51
Hex 39 6D CB 48 2E 0 14 DB 3A 33
Octal 71 155 313 110 56 0 24 333 72 63
Binary 111001 1101101 11001011 1001000 101110 0 10100 11011011 111010 110011

Color Harmonies of #396DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DCB

Black with #396DCB

Text Example


Text Example

White with #396DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,109,203); }

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

background-color css

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

 a { background-color: rgb(57,109,203); }

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

border-color css

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

 span { border-color: rgb(57,109,203); }

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