#385076

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

Shades of Fun Blue #385076

Tints of Fun Blue #385076

Color information

#385076 (or 0x385076) is unknown color: approx Fun Blue. HEX triplet: 38, 50 and 76. RGB value is (56,80,118). Sum of RGB (Red+Green+Blue) = 56+80+118=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #385076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385076 is #C7AF89. Grayscale: #4C4C4C. Windows color (decimal): -13086602 or 7753784. OLE color: 7753784.

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

Color convert

RGB5680118-
CMYK0.530.3200.54
HSL216.77º35.63%34.12%-
HSV(B)216.77º52.54%46.27%-
XYZ7.777.8918.25-
YUV77.16151.05112.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=22.05%
G=31.50%
B=46.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56801180.530.3200.54216.7735.6334.12
Hex3850763520036d92422
Octal7012016665400663314442
Binary11100010100001110110110101100000011011011011001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385076; }

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

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

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

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

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

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

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

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