#385487

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

Shades of Fun Blue #385487

Tints of Fun Blue #385487

Color information

#385487 (or 0x385487) is unknown color: approx Fun Blue. HEX triplet: 38, 54 and 87. RGB value is (56,84,135). Sum of RGB (Red+Green+Blue) = 56+84+135=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #385487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385487 is #C7AB78. Grayscale: #515151. Windows color (decimal): -13085561 or 8868920. OLE color: 8868920.

HSL color Cylindrical-coordinate representation of color #385487: hue angle of 218.73º 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 #385487 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5684135-
CMYK0.590.3800.47
HSL218.73º41.36%37.45%-
HSV(B)218.73º58.52%52.94%-
XYZ9.178.9324.16-
YUV81.44158.22109.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=20.36%
G=30.55%
B=49.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56841350.590.3800.47218.7341.3637.45
Hex3854873B2602Fdb2925
Octal7012420773460573335145
Binary111000101010010000111111011100110010111111011011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385487; }

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

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

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

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

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

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

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

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