#375080

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

Shades of Fun Blue #375080

Tints of Fun Blue #375080

Color information

#375080 (or 0x375080) is unknown color: approx Fun Blue. HEX triplet: 37, 50 and 80. RGB value is (55,80,128). Sum of RGB (Red+Green+Blue) = 55+80+128=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #375080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375080 is #C8AF7F. Grayscale: #4D4D4D. Windows color (decimal): -13152128 or 8409143. OLE color: 8409143.

HSL color Cylindrical-coordinate representation of color #375080: hue angle of 219.45º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375080 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5580128-
CMYK0.570.3800.50
HSL219.45º39.89%35.88%-
HSV(B)219.45º57.03%50.2%-
XYZ8.348.1121.55-
YUV78156.22111.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=20.91%
G=30.42%
B=48.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55801280.570.3800.50219.4539.8935.88
Hex3750803926032db2824
Octal6712020071460623335044
Binary110111101000010000000111001100110011001011011011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375080; }

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

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

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

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

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

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

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

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