#379A98

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

Shades of Blue Chill #379A98

Tints of Blue Chill #379A98

Color information

#379A98 (or 0x379A98) is unknown color: approx Blue Chill. HEX triplet: 37, 9A and 98. RGB value is (55,154,152). Sum of RGB (Red+Green+Blue) = 55+154+152=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #379A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379A98 is #C86567. Grayscale: #7C7C7C. Windows color (decimal): -13133160 or 10000951. OLE color: 10000951.

HSL color Cylindrical-coordinate representation of color #379A98: hue angle of 178.79º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A98 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB55154152-
CMYK0.6400.010.40
HSL178.79º47.37%40.98%-
HSV(B)178.79º64.29%60.39%-
XYZ18.826.1933.77-
YUV124.17143.778.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.24%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=15.24%
G=42.66%
B=42.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551541520.6400.010.40178.7947.3740.98
Hex379A98400128b32f29
Octal6723223010001502635751
Binary110111100110101001100010000000110100010110011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379A98; }

 p { color: rgb(55,154,152); }

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

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

 a { background-color: rgb(55,154,152); }

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

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

 span { border-color: rgb(55,154,152); }

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