Html Css Color HEX #386CDC Royal Blue

📋 copy color: '#386CDC'

red 56 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #386CDC

Tints of Royal Blue #386CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

 BLUE value IS 220 (86.33% from 255) = 57.29%

R = 14.58%
G = 28.13%
B = 57.29%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#386CDC (or 0x386CDC) is known color: Royal Blue. HEX triplet: 38, 6C and DC. RGB value is (56,108,220). Sum of RGB (Red+Green+Blue) = 56+108+220=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #386CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CDC is #C79323. Grayscale: #686868. Windows color (decimal): -13079332 or 14445624. OLE color: 14445624.

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

Color convert

RGB 56 108 220 -
CMYK 0.75 0.51 0 0.14
HSL 220.98º 0.7% 0.54% -
HSV(B) 220.98º 0.75% 0.86% -
XYZ 19.91 16.73 69.89 -
YUV 105.22 192.77 92.89 -
System Red Green Blue C M Y K H S L
Decimal 56 108 220 0.75 0.51 0 0.14 220.98 0.7 0.54
Hex 38 6C DC 4B 33 0 E DD 46 36
Octal 70 154 334 113 63 0 16 335 106 66
Binary 111000 1101100 11011100 1001011 110011 0 1110 11011101 1000110 110110

Color Harmonies of #386CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CDC

Black with #386CDC

Text Example


Text Example

White with #386CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,108,220); }

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

background-color css

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

 a { background-color: rgb(56,108,220); }

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

border-color css

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

 span { border-color: rgb(56,108,220); }

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