#375084

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

Shades of Fun Blue #375084

Tints of Fun Blue #375084

Color information

#375084 (or 0x375084) is unknown color: approx Fun Blue. HEX triplet: 37, 50 and 84. RGB value is (55,80,132). Sum of RGB (Red+Green+Blue) = 55+80+132=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #375084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375084 is #C8AF7B. Grayscale: #4E4E4E. Windows color (decimal): -13152124 or 8671287. OLE color: 8671287.

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

Color convert

RGB5580132-
CMYK0.580.3900.48
HSL220.52º41.18%36.67%-
HSV(B)220.52º58.33%51.76%-
XYZ8.618.2222.96-
YUV78.45158.22111.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=20.60%
G=29.96%
B=49.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55801320.580.3900.48220.5241.1836.67
Hex3750843A27030dd2925
Octal6712020472470603355145
Binary110111101000010000100111010100111011000011011101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375084; }

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

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

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

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

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

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

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

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