#375484

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

Shades of Fun Blue #375484

Tints of Fun Blue #375484

Color information

#375484 (or 0x375484) is unknown color: approx Fun Blue. HEX triplet: 37, 54 and 84. RGB value is (55,84,132). Sum of RGB (Red+Green+Blue) = 55+84+132=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #375484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375484 is #C8AB7B. Grayscale: #505050. Windows color (decimal): -13151100 or 8672311. OLE color: 8672311.

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

Color convert

RGB5584132-
CMYK0.580.3600.48
HSL217.4º41.18%36.67%-
HSV(B)217.4º58.33%51.76%-
XYZ8.918.8223.06-
YUV80.8156.89109.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=20.30%
G=31.00%
B=48.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55841320.580.3600.48217.441.1836.67
Hex3754843A24030d92925
Octal6712420472440603315145
Binary110111101010010000100111010100100011000011011001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375484; }

 p { color: rgb(55,84,132); }

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

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

 a { background-color: rgb(55,84,132); }

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

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

 span { border-color: rgb(55,84,132); }

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