Html Css Color HEX #386AD9 Royal Blue

📋 copy color: '#386AD9'

red 56 ◦ green 106 ◦ blue 217

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

Shades of Royal Blue #386AD9

Tints of Royal Blue #386AD9

RGB

 RED value IS 56 (22.27% from 255) = 14.78%

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

 BLUE value IS 217 (85.16% from 255) = 57.26%

R = 14.78%
G = 27.97%
B = 57.26%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#386AD9 (or 0x386AD9) is known color: Royal Blue. HEX triplet: 38, 6A and D9. RGB value is (56,106,217). Sum of RGB (Red+Green+Blue) = 56+106+217=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #386AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386AD9 is #C79526. Grayscale: #676767. Windows color (decimal): -13079847 or 14248504. OLE color: 14248504.

HSL color Cylindrical-coordinate representation of color #386AD9: hue angle of 221.37º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #386AD9 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 106 217 -
CMYK 0.74 0.51 0 0.15
HSL 221.37º 0.68% 0.54% -
HSV(B) 221.37º 0.74% 0.85% -
XYZ 19.31 16.16 67.75 -
YUV 103.7 191.94 93.97 -
System Red Green Blue C M Y K H S L
Decimal 56 106 217 0.74 0.51 0 0.15 221.37 0.68 0.54
Hex 38 6A D9 4A 33 0 F DD 44 36
Octal 70 152 331 112 63 0 17 335 104 66
Binary 111000 1101010 11011001 1001010 110011 0 1111 11011101 1000100 110110

Color Harmonies of #386AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386AD9

Black with #386AD9

Text Example


Text Example

White with #386AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386AD9; }

 p { color: rgb(56,106,217); }

 H1.HeaderClassName
 {
   color: #386AD9;
 }
 .AnyTagClassName
 {
   color: #386AD9;
 }
</style>

background-color css

<style>
 a { background-color: #386AD9; }

 a { background-color: rgb(56,106,217); }

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

border-color css

<style>
 span { border-color: #386AD9; }

 span { border-color: rgb(56,106,217); }

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