Html Css Color HEX #386AD1 Royal Blue

📋 copy color: '#386AD1'

red 56 ◦ green 106 ◦ blue 209

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

Shades of Royal Blue #386AD1

Tints of Royal Blue #386AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 56.33%

R = 15.09%
G = 28.57%
B = 56.33%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#386AD1 (or 0x386AD1) is known color: Royal Blue. HEX triplet: 38, 6A and D1. RGB value is (56,106,209). Sum of RGB (Red+Green+Blue) = 56+106+209=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #386AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386AD1 is #C7952E. Grayscale: #666666. Windows color (decimal): -13079855 or 13724216. OLE color: 13724216.

HSL color Cylindrical-coordinate representation of color #386AD1: hue angle of 220.39º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386AD1 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 106 209 -
CMYK 0.73 0.49 0 0.18
HSL 220.39º 0.62% 0.52% -
HSV(B) 220.39º 0.73% 0.82% -
XYZ 18.29 15.75 62.4 -
YUV 102.79 187.94 94.62 -
System Red Green Blue C M Y K H S L
Decimal 56 106 209 0.73 0.49 0 0.18 220.39 0.62 0.52
Hex 38 6A D1 49 31 0 12 DC 3E 34
Octal 70 152 321 111 61 0 22 334 76 64
Binary 111000 1101010 11010001 1001001 110001 0 10010 11011100 111110 110100

Color Harmonies of #386AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386AD1

Black with #386AD1

Text Example


Text Example

White with #386AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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