#38898A

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

Shades of Blue Chill #38898A

Tints of Blue Chill #38898A

Color information

#38898A (or 0x38898A) is unknown color: approx Blue Chill. HEX triplet: 38, 89 and 8A. RGB value is (56,137,138). Sum of RGB (Red+Green+Blue) = 56+137+138=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #38898A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38898A is #C77675. Grayscale: #707070. Windows color (decimal): -13071990 or 9079096. OLE color: 9079096.

HSL color Cylindrical-coordinate representation of color #38898A: hue angle of 180.73º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38898A is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56137138-
CMYK0.590.0100.46
HSL180.73º42.27%38.04%-
HSV(B)180.73º59.42%54.12%-
XYZ15.1620.5727.22-
YUV112.9142.1687.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=16.92%
G=41.39%
B=41.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561371380.590.0100.46180.7342.2738.04
Hex38898A3B102Eb52a26
Octal702112127310562655246
Binary11100010001001100010101110111010111010110101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38898A; }

 p { color: rgb(56,137,138); }

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

<style>
 a { background-color: #38898A; }

 a { background-color: rgb(56,137,138); }

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

<style>
 span { border-color: #38898A; }

 span { border-color: rgb(56,137,138); }

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