Html Css Color HEX #396EDD Royal Blue

📋 copy color: '#396EDD'

red 57 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #396EDD

Tints of Royal Blue #396EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.35%

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 14.69%
G = 28.35%
B = 56.96%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#396EDD (or 0x396EDD) is known color: Royal Blue. HEX triplet: 39, 6E and DD. RGB value is (57,110,221). Sum of RGB (Red+Green+Blue) = 57+110+221=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #396EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396EDD is #C69122. Grayscale: #6A6A6A. Windows color (decimal): -13013283 or 14511673. OLE color: 14511673.

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

Color convert

RGB 57 110 221 -
CMYK 0.74 0.50 0 0.13
HSL 220.61º 0.71% 0.55% -
HSV(B) 220.61º 0.74% 0.87% -
XYZ 20.31 17.24 70.66 -
YUV 106.81 192.44 92.47 -
System Red Green Blue C M Y K H S L
Decimal 57 110 221 0.74 0.50 0 0.13 220.61 0.71 0.55
Hex 39 6E DD 4A 32 0 D DD 47 37
Octal 71 156 335 112 62 0 15 335 107 67
Binary 111001 1101110 11011101 1001010 110010 0 1101 11011101 1000111 110111

Color Harmonies of #396EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396EDD

Black with #396EDD

Text Example


Text Example

White with #396EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,110,221); }

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

background-color css

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

 a { background-color: rgb(57,110,221); }

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

border-color css

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

 span { border-color: rgb(57,110,221); }

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