#375184

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

Shades of Fun Blue #375184

Tints of Fun Blue #375184

Color information

#375184 (or 0x375184) is unknown color: approx Fun Blue. HEX triplet: 37, 51 and 84. RGB value is (55,81,132). Sum of RGB (Red+Green+Blue) = 55+81+132=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #375184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375184 is #C8AE7B. Grayscale: #4E4E4E. Windows color (decimal): -13151868 or 8671543. OLE color: 8671543.

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

Color convert

RGB5581132-
CMYK0.580.3900.48
HSL219.74º41.18%36.67%-
HSV(B)219.74º58.33%51.76%-
XYZ8.688.3622.99-
YUV79.04157.89110.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=20.52%
G=30.22%
B=49.25%

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
Decimal55811320.580.3900.48219.7441.1836.67
Hex3751843A27030dc2925
Octal6712120472470603345145
Binary110111101000110000100111010100111011000011011100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375184; }

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

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

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

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

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

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

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

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