#375282

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

Shades of Fun Blue #375282

Tints of Fun Blue #375282

Color information

#375282 (or 0x375282) is unknown color: approx Fun Blue. HEX triplet: 37, 52 and 82. RGB value is (55,82,130). Sum of RGB (Red+Green+Blue) = 55+82+130=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #375282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375282 is #C8AD7D. Grayscale: #4F4F4F. Windows color (decimal): -13151614 or 8540727. OLE color: 8540727.

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

Color convert

RGB5582130-
CMYK0.580.3700.49
HSL218.4º40.54%36.27%-
HSV(B)218.4º57.69%50.98%-
XYZ8.628.4622.3-
YUV79.4156.55110.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=20.60%
G=30.71%
B=48.69%

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
Decimal55821300.580.3700.49218.440.5436.27
Hex3752823A25031da2924
Octal6712220272450613325144
Binary110111101001010000010111010100101011000111011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375282; }

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

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

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

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

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

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

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

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