#375079

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

Shades of Fun Blue #375079

Tints of Fun Blue #375079

Color information

#375079 (or 0x375079) is unknown color: approx Fun Blue. HEX triplet: 37, 50 and 79. RGB value is (55,80,121). Sum of RGB (Red+Green+Blue) = 55+80+121=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #375079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375079 is #C8AF86. Grayscale: #4D4D4D. Windows color (decimal): -13152135 or 7950391. OLE color: 7950391.

HSL color Cylindrical-coordinate representation of color #375079: hue angle of 217.27º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375079 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5580121-
CMYK0.550.3400.53
HSL217.27º37.5%34.51%-
HSV(B)217.27º54.55%47.45%-
XYZ7.97.9319.2-
YUV77.2152.72112.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=21.48%
G=31.25%
B=47.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55801210.550.3400.53217.2737.534.51
Hex3750793722035d92623
Octal6712017167420653314643
Binary11011110100001111001110111100010011010111011001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375079; }

 p { color: rgb(55,80,121); }

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

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

 a { background-color: rgb(55,80,121); }

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

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

 span { border-color: rgb(55,80,121); }

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