#375283

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

Shades of Fun Blue #375283

Tints of Fun Blue #375283

Color information

#375283 (or 0x375283) is unknown color: approx Fun Blue. HEX triplet: 37, 52 and 83. RGB value is (55,82,131). Sum of RGB (Red+Green+Blue) = 55+82+131=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #375283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375283 is #C8AD7C. Grayscale: #4F4F4F. Windows color (decimal): -13151613 or 8606263. OLE color: 8606263.

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

Color convert

RGB5582131-
CMYK0.580.3700.49
HSL218.68º40.86%36.47%-
HSV(B)218.68º58.02%51.37%-
XYZ8.698.4922.65-
YUV79.51157.05110.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 131 (51.56% from 255) = 48.88%
R=20.52%
G=30.60%
B=48.88%

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
Decimal55821310.580.3700.49218.6840.8636.47
Hex3752833A25031db2924
Octal6712220372450613335144
Binary110111101001010000011111010100101011000111011011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375283; }

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

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

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

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

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

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

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

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