#378D94

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

Shades of Blue Chill #378D94

Tints of Blue Chill #378D94

Color information

#378D94 (or 0x378D94) is unknown color: approx Blue Chill. HEX triplet: 37, 8D and 94. RGB value is (55,141,148). Sum of RGB (Red+Green+Blue) = 55+141+148=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #378D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378D94 is #C8726B. Grayscale: #737373. Windows color (decimal): -13136492 or 9735479. OLE color: 9735479.

HSL color Cylindrical-coordinate representation of color #378D94: hue angle of 184.52º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378D94 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55141148-
CMYK0.630.0500.42
HSL184.52º45.81%39.8%-
HSV(B)184.52º62.84%58.04%-
XYZ16.452231.4-
YUV116.08146.0184.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.99%
GREEN value IS 141 (55.47% from 255) = 40.99%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=15.99%
G=40.99%
B=43.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551411480.630.0500.42184.5245.8139.8
Hex378D943F502Ab92e28
Octal672152247750522715650
Binary1101111000110110010100111111101010101010111001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378D94; }

 p { color: rgb(55,141,148); }

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

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

 a { background-color: rgb(55,141,148); }

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

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

 span { border-color: rgb(55,141,148); }

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