#38978E

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

Shades of Blue Chill #38978E

Tints of Blue Chill #38978E

Color information

#38978E (or 0x38978E) is unknown color: approx Blue Chill. HEX triplet: 38, 97 and 8E. RGB value is (56,151,142). Sum of RGB (Red+Green+Blue) = 56+151+142=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #38978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38978E is #C76871. Grayscale: #797979. Windows color (decimal): -13068402 or 9344824. OLE color: 9344824.

HSL color Cylindrical-coordinate representation of color #38978E: hue angle of 174.32º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38978E is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB56151142-
CMYK0.6300.060.41
HSL174.32º45.89%40.59%-
HSV(B)174.32º62.91%59.22%-
XYZ17.5824.9329.48-
YUV121.57139.5381.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 151 (59.38% from 255) = 43.27%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=16.05%
G=43.27%
B=40.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511420.6300.060.41174.3245.8940.59
Hex38978E3F0629ae2e29
Octal702272167706512565651
Binary1110001001011110001110111111011010100110101110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38978E; }

 p { color: rgb(56,151,142); }

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

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

 a { background-color: rgb(56,151,142); }

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

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

 span { border-color: rgb(56,151,142); }

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