#375081

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

Shades of Fun Blue #375081

Tints of Fun Blue #375081

Color information

#375081 (or 0x375081) is unknown color: approx Fun Blue. HEX triplet: 37, 50 and 81. RGB value is (55,80,129). Sum of RGB (Red+Green+Blue) = 55+80+129=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #375081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375081 is #C8AF7E. Grayscale: #4D4D4D. Windows color (decimal): -13152127 or 8474679. OLE color: 8474679.

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

Color convert

RGB5580129-
CMYK0.570.3800.49
HSL219.73º40.22%36.08%-
HSV(B)219.73º57.36%50.59%-
XYZ8.418.1321.9-
YUV78.11156.72111.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 129 (50.78% from 255) = 48.86%
R=20.83%
G=30.30%
B=48.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55801290.570.3800.49219.7340.2236.08
Hex3750813926031dc2824
Octal6712020171460613345044
Binary110111101000010000001111001100110011000111011100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375081; }

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

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

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

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

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

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

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

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