#385587

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

Shades of Fun Blue #385587

Tints of Fun Blue #385587

Color information

#385587 (or 0x385587) is unknown color: approx Fun Blue. HEX triplet: 38, 55 and 87. RGB value is (56,85,135). Sum of RGB (Red+Green+Blue) = 56+85+135=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #385587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385587 is #C7AA78. Grayscale: #515151. Windows color (decimal): -13085305 or 8869176. OLE color: 8869176.

HSL color Cylindrical-coordinate representation of color #385587: hue angle of 217.97º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385587 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5685135-
CMYK0.590.3700.47
HSL217.97º41.36%37.45%-
HSV(B)217.97º58.52%52.94%-
XYZ9.259.0924.19-
YUV82.03157.89109.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=20.29%
G=30.80%
B=48.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56851350.590.3700.47217.9741.3637.45
Hex3855873B2502Fda2925
Octal7012520773450573325145
Binary111000101010110000111111011100101010111111011010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385587; }

 p { color: rgb(56,85,135); }

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

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

 a { background-color: rgb(56,85,135); }

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

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

 span { border-color: rgb(56,85,135); }

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