#38888B

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

Shades of Blue Chill #38888B

Tints of Blue Chill #38888B

Color information

#38888B (or 0x38888B) is unknown color: approx Blue Chill. HEX triplet: 38, 88 and 8B. RGB value is (56,136,139). Sum of RGB (Red+Green+Blue) = 56+136+139=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #38888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38888B is #C77774. Grayscale: #707070. Windows color (decimal): -13072245 or 9144376. OLE color: 9144376.

HSL color Cylindrical-coordinate representation of color #38888B: hue angle of 182.17º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38888B is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56136139-
CMYK0.600.0200.45
HSL182.17º42.56%38.24%-
HSV(B)182.17º59.71%54.51%-
XYZ15.120.3127.55-
YUV112.4214387.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=16.92%
G=41.09%
B=41.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561361390.600.0200.45182.1742.5638.24
Hex38888B3C202Db62b26
Octal702102137420552665346
Binary111000100010001000101111110010010110110110110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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