#438B8E

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

Shades of Blue Chill #438B8E

Tints of Blue Chill #438B8E

Color information

#438B8E (or 0x438B8E) is unknown color: approx Blue Chill. HEX triplet: 43, 8B and 8E. RGB value is (67,139,142). Sum of RGB (Red+Green+Blue) = 67+139+142=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #438B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B8E is #BC7471. Grayscale: #757575. Windows color (decimal): -12350578 or 9341763. OLE color: 9341763.

HSL color Cylindrical-coordinate representation of color #438B8E: hue angle of 182.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438B8E is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB67139142-
CMYK0.530.0200.44
HSL182.4º35.89%40.98%-
HSV(B)182.4º52.82%55.69%-
XYZ16.4321.6128.9-
YUV117.81141.6591.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.25%
GREEN value IS 139 (54.69% from 255) = 39.94%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=19.25%
G=39.94%
B=40.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671391420.530.0200.44182.435.8940.98
Hex438B8E35202Cb62429
Octal1032132166520542664451
Binary1000011100010111000111011010110010110010110110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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