#386ADC

Color #386ADC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #386ADC

Tints of Royal Blue #386ADC

Color information

#386ADC (or 0x386ADC) is unknown color: approx Royal Blue. HEX triplet: 38, 6A and DC. RGB value is (56,106,220). Sum of RGB (Red+Green+Blue) = 56+106+220=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #386ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386ADC is #C79523. Grayscale: #676767. Windows color (decimal): -13079844 or 14445112. OLE color: 14445112.

HSL color Cylindrical-coordinate representation of color #386ADC: hue angle of 221.71º 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 #386ADC is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB56106220-
CMYK0.750.5200.14
HSL221.71º70.09%54.12%-
HSV(B)221.71º74.55%86.27%-
XYZ19.716.3269.82-
YUV104.05193.4493.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.66%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 220 (86.33% from 255) = 57.59%
R=14.66%
G=27.75%
B=57.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal561062200.750.5200.14221.7170.0954.12
Hex386ADC4B340Ede4636
Octal701523341136401633610666
Binary111000110101011011100100101111010001110110111101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #386ADC;
 }
 .AnyTagClassName
 {
   color: #386ADC;
 }
</style>
background-color css

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

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

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

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

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

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