#375380

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

Shades of Fun Blue #375380

Tints of Fun Blue #375380

Color information

#375380 (or 0x375380) is unknown color: approx Fun Blue. HEX triplet: 37, 53 and 80. RGB value is (55,83,128). Sum of RGB (Red+Green+Blue) = 55+83+128=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #375380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375380 is #C8AC7F. Grayscale: #4F4F4F. Windows color (decimal): -13151360 or 8409911. OLE color: 8409911.

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

Color convert

RGB5583128-
CMYK0.570.3500.50
HSL216.99º39.89%35.88%-
HSV(B)216.99º57.03%50.2%-
XYZ8.578.5621.62-
YUV79.76155.22110.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=20.68%
G=31.20%
B=48.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55831280.570.3500.50216.9939.8935.88
Hex3753803923032d92824
Octal6712320071430623315044
Binary110111101001110000000111001100011011001011011001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375380; }

 p { color: rgb(55,83,128); }

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

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

 a { background-color: rgb(55,83,128); }

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

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

 span { border-color: rgb(55,83,128); }

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