#38888E

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

Shades of Blue Chill #38888E

Tints of Blue Chill #38888E

Color information

#38888E (or 0x38888E) is unknown color: approx Blue Chill. HEX triplet: 38, 88 and 8E. RGB value is (56,136,142). Sum of RGB (Red+Green+Blue) = 56+136+142=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #38888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38888E is #C77771. Grayscale: #707070. Windows color (decimal): -13072242 or 9340984. OLE color: 9340984.

HSL color Cylindrical-coordinate representation of color #38888E: hue angle of 184.19º 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 #38888E is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56136142-
CMYK0.610.0400.44
HSL184.19º43.43%38.82%-
HSV(B)184.19º60.56%55.69%-
XYZ15.3220.428.72-
YUV112.76144.587.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=16.77%
G=40.72%
B=42.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561361420.610.0400.44184.1943.4338.82
Hex38888E3D402Cb82b27
Octal702102167540542705347
Binary1110001000100010001110111101100010110010111000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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