#438C96

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

Shades of Blue Chill #438C96

Tints of Blue Chill #438C96

Color information

#438C96 (or 0x438C96) is unknown color: approx Blue Chill. HEX triplet: 43, 8C and 96. RGB value is (67,140,150). Sum of RGB (Red+Green+Blue) = 67+140+150=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #438C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438C96 is #BC7369. Grayscale: #777777. Windows color (decimal): -12350314 or 9866307. OLE color: 9866307.

HSL color Cylindrical-coordinate representation of color #438C96: hue angle of 187.23º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438C96 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB67140150-
CMYK0.550.0700.41
HSL187.23º38.25%42.55%-
HSV(B)187.23º55.33%58.82%-
XYZ17.222.1532.22-
YUV119.31145.3290.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.77%
GREEN value IS 140 (55.08% from 255) = 39.22%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=18.77%
G=39.22%
B=42.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal671401500.550.0700.41187.2338.2542.55
Hex438C96377029bb262b
Octal1032142266770512734653
Binary10000111000110010010110110111111010100110111011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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