#375182

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

Shades of Fun Blue #375182

Tints of Fun Blue #375182

Color information

#375182 (or 0x375182) is unknown color: approx Fun Blue. HEX triplet: 37, 51 and 82. RGB value is (55,81,130). Sum of RGB (Red+Green+Blue) = 55+81+130=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #375182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375182 is #C8AE7D. Grayscale: #4E4E4E. Windows color (decimal): -13151870 or 8540471. OLE color: 8540471.

HSL color Cylindrical-coordinate representation of color #375182: hue angle of 219.2º 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 #375182 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5581130-
CMYK0.580.3800.49
HSL219.2º40.54%36.27%-
HSV(B)219.2º57.69%50.98%-
XYZ8.558.3122.27-
YUV78.81156.89111.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=20.68%
G=30.45%
B=48.87%

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
Decimal55811300.580.3800.49219.240.5436.27
Hex3751823A26031db2924
Octal6712120272460613335144
Binary110111101000110000010111010100110011000111011011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375182; }

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

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

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

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

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

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

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

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