Html Css Color HEX #386BD5 Royal Blue

📋 copy color: '#386BD5'

red 56 ◦ green 107 ◦ blue 213

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

Shades of Royal Blue #386BD5

Tints of Royal Blue #386BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

 BLUE value IS 213 (83.59% from 255) = 56.65%

R = 14.89%
G = 28.46%
B = 56.65%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#386BD5 (or 0x386BD5) is known color: Royal Blue. HEX triplet: 38, 6B and D5. RGB value is (56,107,213). Sum of RGB (Red+Green+Blue) = 56+107+213=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #386BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BD5 is #C7942A. Grayscale: #676767. Windows color (decimal): -13079595 or 13986616. OLE color: 13986616.

HSL color Cylindrical-coordinate representation of color #386BD5: hue angle of 220.51º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #386BD5 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 107 213 -
CMYK 0.74 0.50 0 0.16
HSL 220.51º 0.65% 0.53% -
HSV(B) 220.51º 0.74% 0.84% -
XYZ 18.9 16.16 65.07 -
YUV 103.84 189.6 93.88 -
System Red Green Blue C M Y K H S L
Decimal 56 107 213 0.74 0.50 0 0.16 220.51 0.65 0.53
Hex 38 6B D5 4A 32 0 10 DD 41 35
Octal 70 153 325 112 62 0 20 335 101 65
Binary 111000 1101011 11010101 1001010 110010 0 10000 11011101 1000001 110101

Color Harmonies of #386BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BD5

Black with #386BD5

Text Example


Text Example

White with #386BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,213); }

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

background-color css

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

 a { background-color: rgb(56,107,213); }

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

border-color css

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

 span { border-color: rgb(56,107,213); }

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