#385075

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

Shades of Fun Blue #385075

Tints of Fun Blue #385075

Color information

#385075 (or 0x385075) is unknown color: approx Fun Blue. HEX triplet: 38, 50 and 75. RGB value is (56,80,117). Sum of RGB (Red+Green+Blue) = 56+80+117=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #385075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385075 is #C7AF8A. Grayscale: #4C4C4C. Windows color (decimal): -13086603 or 7688248. OLE color: 7688248.

HSL color Cylindrical-coordinate representation of color #385075: hue angle of 216.39º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385075 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5680117-
CMYK0.520.3200.54
HSL216.39º35.26%33.92%-
HSV(B)216.39º52.14%45.88%-
XYZ7.717.8617.94-
YUV77.04150.55112.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=22.13%
G=31.62%
B=46.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56801170.520.3200.54216.3935.2633.92
Hex3850753420036d82322
Octal7012016564400663304342
Binary11100010100001110101110100100000011011011011000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385075; }

 p { color: rgb(56,80,117); }

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

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

 a { background-color: rgb(56,80,117); }

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

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

 span { border-color: rgb(56,80,117); }

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