#38979B

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

Shades of Blue Chill #38979B

Tints of Blue Chill #38979B

Color information

#38979B (or 0x38979B) is unknown color: approx Blue Chill. HEX triplet: 38, 97 and 9B. RGB value is (56,151,155). Sum of RGB (Red+Green+Blue) = 56+151+155=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #38979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38979B is #C76864. Grayscale: #7A7A7A. Windows color (decimal): -13068389 or 10196792. OLE color: 10196792.

HSL color Cylindrical-coordinate representation of color #38979B: hue angle of 182.42º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38979B is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56151155-
CMYK0.640.0300.39
HSL182.42º46.92%41.37%-
HSV(B)182.42º63.87%60.78%-
XYZ18.6125.3434.92-
YUV123.05146.0380.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.47%
GREEN value IS 151 (59.38% from 255) = 41.71%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=15.47%
G=41.71%
B=42.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561511550.640.0300.39182.4246.9241.37
Hex38979B403027b62f29
Octal7022723310030472665751
Binary1110001001011110011011100000011010011110110110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38979B; }

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

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

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

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

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

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

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

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