#438B8D

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

Shades of Blue Chill #438B8D

Tints of Blue Chill #438B8D

Color information

#438B8D (or 0x438B8D) is unknown color: approx Blue Chill. HEX triplet: 43, 8B and 8D. RGB value is (67,139,141). Sum of RGB (Red+Green+Blue) = 67+139+141=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #438B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B8D is #BC7472. Grayscale: #757575. Windows color (decimal): -12350579 or 9276227. OLE color: 9276227.

HSL color Cylindrical-coordinate representation of color #438B8D: hue angle of 181.62º 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 #438B8D is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB67139141-
CMYK0.520.0100.45
HSL181.62º35.58%40.78%-
HSV(B)181.62º52.48%55.29%-
XYZ16.3621.5828.5-
YUV117.7141.1591.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.31%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=19.31%
G=40.06%
B=40.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671391410.520.0100.45181.6235.5840.78
Hex438B8D34102Db62429
Octal1032132156410552664451
Binary100001110001011100011011101001010110110110110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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