Html Css Color HEX #396DDF Royal Blue

📋 copy color: '#396DDF'

red 57 ◦ green 109 ◦ blue 223

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

Shades of Royal Blue #396DDF

Tints of Royal Blue #396DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 14.65%
G = 28.02%
B = 57.33%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#396DDF (or 0x396DDF) is known color: Royal Blue. HEX triplet: 39, 6D and DF. RGB value is (57,109,223). Sum of RGB (Red+Green+Blue) = 57+109+223=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #396DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DDF is #C69220. Grayscale: #696969. Windows color (decimal): -13013537 or 14642489. OLE color: 14642489.

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

Color convert

RGB 57 109 223 -
CMYK 0.74 0.51 0 0.13
HSL 221.2º 0.72% 0.55% -
HSV(B) 221.2º 0.74% 0.87% -
XYZ 20.48 17.13 72.04 -
YUV 106.45 193.77 92.73 -
System Red Green Blue C M Y K H S L
Decimal 57 109 223 0.74 0.51 0 0.13 221.2 0.72 0.55
Hex 39 6D DF 4A 33 0 D DD 48 37
Octal 71 155 337 112 63 0 15 335 110 67
Binary 111001 1101101 11011111 1001010 110011 0 1101 11011101 1001000 110111

Color Harmonies of #396DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DDF

Black with #396DDF

Text Example


Text Example

White with #396DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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