#438A8C

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

Shades of Blue Chill #438A8C

Tints of Blue Chill #438A8C

Color information

#438A8C (or 0x438A8C) is unknown color: approx Blue Chill. HEX triplet: 43, 8A and 8C. RGB value is (67,138,140). Sum of RGB (Red+Green+Blue) = 67+138+140=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #438A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438A8C is #BC7573. Grayscale: #747474. Windows color (decimal): -12350836 or 9210435. OLE color: 9210435.

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

Color convert

RGB67138140-
CMYK0.520.0100.45
HSL181.64º35.27%40.59%-
HSV(B)181.64º52.14%54.9%-
XYZ16.1421.2628.06-
YUV117140.9892.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.42%
GREEN value IS 138 (54.30% from 255) = 40%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=19.42%
G=40%
B=40.58%

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
Decimal671381400.520.0100.45181.6435.2740.59
Hex438A8C34102Db62329
Octal1032122146410552664351
Binary100001110001010100011001101001010110110110110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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