#385485

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

Shades of Fun Blue #385485

Tints of Fun Blue #385485

Color information

#385485 (or 0x385485) is unknown color: approx Fun Blue. HEX triplet: 38, 54 and 85. RGB value is (56,84,133). Sum of RGB (Red+Green+Blue) = 56+84+133=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #385485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385485 is #C7AB7A. Grayscale: #505050. Windows color (decimal): -13085563 or 8737848. OLE color: 8737848.

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

Color convert

RGB5684133-
CMYK0.580.3700.48
HSL218.18º40.74%37.06%-
HSV(B)218.18º57.89%52.16%-
XYZ9.038.8723.43-
YUV81.21157.22110.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=20.51%
G=30.77%
B=48.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56841330.580.3700.48218.1840.7437.06
Hex3854853A25030da2925
Octal7012420572450603325145
Binary111000101010010000101111010100101011000011011010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385485; }

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

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

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

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

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

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

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

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