#38878E

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

Shades of Blue Chill #38878E

Tints of Blue Chill #38878E

Color information

#38878E (or 0x38878E) is unknown color: approx Blue Chill. HEX triplet: 38, 87 and 8E. RGB value is (56,135,142). Sum of RGB (Red+Green+Blue) = 56+135+142=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #38878E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38878E is #C77871. Grayscale: #707070. Windows color (decimal): -13072498 or 9340728. OLE color: 9340728.

HSL color Cylindrical-coordinate representation of color #38878E: hue angle of 184.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38878E is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56135142-
CMYK0.610.0500.44
HSL184.88º43.43%38.82%-
HSV(B)184.88º60.56%55.69%-
XYZ15.1820.1228.68-
YUV112.18144.8387.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=16.82%
G=40.54%
B=42.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561351420.610.0500.44184.8843.4338.82
Hex38878E3D502Cb92b27
Octal702072167550542715347
Binary1110001000011110001110111101101010110010111001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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