#385689

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

Shades of Fun Blue #385689

Tints of Fun Blue #385689

Color information

#385689 (or 0x385689) is unknown color: approx Fun Blue. HEX triplet: 38, 56 and 89. RGB value is (56,86,137). Sum of RGB (Red+Green+Blue) = 56+86+137=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #385689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385689 is #C7A976. Grayscale: #525252. Windows color (decimal): -13085047 or 9000504. OLE color: 9000504.

HSL color Cylindrical-coordinate representation of color #385689: hue angle of 217.78º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385689 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5686137-
CMYK0.590.3700.46
HSL217.78º41.97%37.84%-
HSV(B)217.78º59.12%53.73%-
XYZ9.479.324.96-
YUV82.84158.56108.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=20.07%
G=30.82%
B=49.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56861370.590.3700.46217.7841.9737.84
Hex3856893B2502Eda2a26
Octal7012621173450563325246
Binary111000101011010001001111011100101010111011011010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385689; }

 p { color: rgb(56,86,137); }

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

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

 a { background-color: rgb(56,86,137); }

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

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

 span { border-color: rgb(56,86,137); }

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