#375082

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

Shades of Fun Blue #375082

Tints of Fun Blue #375082

Color information

#375082 (or 0x375082) is unknown color: approx Fun Blue. HEX triplet: 37, 50 and 82. RGB value is (55,80,130). Sum of RGB (Red+Green+Blue) = 55+80+130=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #375082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375082 is #C8AF7D. Grayscale: #4E4E4E. Windows color (decimal): -13152126 or 8540215. OLE color: 8540215.

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

Color convert

RGB5580130-
CMYK0.580.3800.49
HSL220º40.54%36.27%-
HSV(B)220º57.69%50.98%-
XYZ8.478.1622.25-
YUV78.22157.22111.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 130 (51.17% from 255) = 49.06%
R=20.75%
G=30.19%
B=49.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55801300.580.3800.4922040.5436.27
Hex3750823A26031dc2924
Octal6712020272460613345144
Binary110111101000010000010111010100110011000111011100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375082; }

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

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

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

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

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

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

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

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