Html Css Color HEX #386DCE Royal Blue

📋 copy color: '#386DCE'

red 56 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #386DCE

Tints of Royal Blue #386DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 15.09%
G = 29.38%
B = 55.53%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#386DCE (or 0x386DCE) is known color: Royal Blue. HEX triplet: 38, 6D and CE. RGB value is (56,109,206). Sum of RGB (Red+Green+Blue) = 56+109+206=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #386DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DCE is #C79231. Grayscale: #676767. Windows color (decimal): -13079090 or 13528376. OLE color: 13528376.

HSL color Cylindrical-coordinate representation of color #386DCE: hue angle of 218.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #386DCE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 109 206 -
CMYK 0.73 0.47 0 0.19
HSL 218.8º 0.6% 0.51% -
HSV(B) 218.8º 0.73% 0.81% -
XYZ 18.24 16.23 60.56 -
YUV 104.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 56 109 206 0.73 0.47 0 0.19 218.8 0.6 0.51
Hex 38 6D CE 49 2F 0 13 DB 3C 33
Octal 70 155 316 111 57 0 23 333 74 63
Binary 111000 1101101 11001110 1001001 101111 0 10011 11011011 111100 110011

Color Harmonies of #386DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DCE

Black with #386DCE

Text Example


Text Example

White with #386DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,109,206); }

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

background-color css

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

 a { background-color: rgb(56,109,206); }

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

border-color css

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

 span { border-color: rgb(56,109,206); }

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