#38898c

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

Shades of Blue Chill #38898C

Tints of Blue Chill #38898C

Color information

#38898C (or 0x38898C) is unknown color: approx Blue Chill. HEX triplet: 38, 89 and 8C. RGB value is (56,137,140). Sum of RGB (Red+Green+Blue) = 56+137+140=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #38898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38898C is #C77673. Grayscale: #717171. Windows color (decimal): -13071988 or 9210168. OLE color: 9210168.

HSL color Cylindrical-coordinate representation of color #38898C: hue angle of 182.14º 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 #38898C is Cyan = 0.6, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56137140-
CMYK0.60.0200.45
HSL182.14º42.86%38.43%-
HSV(B)182.14º60%54.9%-
XYZ15.3120.6327.99-
YUV113.12143.1687.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 137 (53.91% from 255) = 41.14%
BLUE value IS 140 (55.08% from 255) = 42.04%
R=16.82%
G=41.14%
B=42.04%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561371400.60.0200.45182.1442.8638.43
Hex38898C3C202Db62b26
Octal702112147420552665346
Binary111000100010011000110011110010010110110110110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38898c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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