Html Css Color HEX #386BDB Royal Blue

📋 copy color: '#386BDB'

red 56 ◦ green 107 ◦ blue 219

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

Shades of Royal Blue #386BDB

Tints of Royal Blue #386BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 14.66%
G = 28.01%
B = 57.33%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#386BDB (or 0x386BDB) is known color: Royal Blue. HEX triplet: 38, 6B and DB. RGB value is (56,107,219). Sum of RGB (Red+Green+Blue) = 56+107+219=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #386BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BDB is #C79424. Grayscale: #686868. Windows color (decimal): -13079589 or 14379832. OLE color: 14379832.

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

Color convert

RGB 56 107 219 -
CMYK 0.74 0.51 0 0.14
HSL 221.23º 0.69% 0.54% -
HSV(B) 221.23º 0.74% 0.86% -
XYZ 19.67 16.47 69.16 -
YUV 104.52 192.6 93.39 -
System Red Green Blue C M Y K H S L
Decimal 56 107 219 0.74 0.51 0 0.14 221.23 0.69 0.54
Hex 38 6B DB 4A 33 0 E DD 45 36
Octal 70 153 333 112 63 0 16 335 105 66
Binary 111000 1101011 11011011 1001010 110011 0 1110 11011101 1000101 110110

Color Harmonies of #386BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BDB

Black with #386BDB

Text Example


Text Example

White with #386BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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