#375383

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

Shades of Fun Blue #375383

Tints of Fun Blue #375383

Color information

#375383 (or 0x375383) is unknown color: approx Fun Blue. HEX triplet: 37, 53 and 83. RGB value is (55,83,131). Sum of RGB (Red+Green+Blue) = 55+83+131=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #375383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375383 is #C8AC7C. Grayscale: #4F4F4F. Windows color (decimal): -13151357 or 8606519. OLE color: 8606519.

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

Color convert

RGB5583131-
CMYK0.580.3700.49
HSL217.89º40.86%36.47%-
HSV(B)217.89º58.02%51.37%-
XYZ8.778.6422.68-
YUV80.1156.72110.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=20.45%
G=30.86%
B=48.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55831310.580.3700.49217.8940.8636.47
Hex3753833A25031da2924
Octal6712320372450613325144
Binary110111101001110000011111010100101011000111011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375383; }

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

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

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

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

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

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

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

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