#438D8C

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

Shades of Blue Chill #438D8C

Tints of Blue Chill #438D8C

Color information

#438D8C (or 0x438D8C) is unknown color: approx Blue Chill. HEX triplet: 43, 8D and 8C. RGB value is (67,141,140). Sum of RGB (Red+Green+Blue) = 67+141+140=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #438D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438D8C is #BC7273. Grayscale: #767676. Windows color (decimal): -12350068 or 9211203. OLE color: 9211203.

HSL color Cylindrical-coordinate representation of color #438D8C: hue angle of 179.19º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438D8C is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB67141140-
CMYK0.5200.010.45
HSL179.19º35.58%40.78%-
HSV(B)179.19º52.48%55.29%-
XYZ16.5722.1428.21-
YUV118.76139.9891.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.25%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 140 (55.08% from 255) = 40.23%
R=19.25%
G=40.52%
B=40.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671411400.5200.010.45179.1935.5840.78
Hex438D8C34012Db32429
Octal1032152146401552634451
Binary100001110001101100011001101000110110110110011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438D8C; }

 p { color: rgb(67,141,140); }

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

<style>
 a { background-color: #438D8C; }

 a { background-color: rgb(67,141,140); }

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

<style>
 span { border-color: #438D8C; }

 span { border-color: rgb(67,141,140); }

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