#439994

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

Shades of Blue Chill #439994

Tints of Blue Chill #439994

Color information

#439994 (or 0x439994) is unknown color: approx Blue Chill. HEX triplet: 43, 99 and 94. RGB value is (67,153,148). Sum of RGB (Red+Green+Blue) = 67+153+148=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #439994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439994 is #BC666B. Grayscale: #7E7E7E. Windows color (decimal): -12346988 or 9738563. OLE color: 9738563.

HSL color Cylindrical-coordinate representation of color #439994: hue angle of 176.51º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439994 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB67153148-
CMYK0.5600.030.4
HSL176.51º39.09%43.14%-
HSV(B)176.51º56.21%60%-
XYZ19.0526.1132.05-
YUV126.72140.0185.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.21%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 148 (58.20% from 255) = 40.22%
R=18.21%
G=41.58%
B=40.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal671531480.5600.030.4176.5139.0943.14
Hex439994380328b1272b
Octal1032312247003502614753
Binary1000011100110011001010011100001110100010110001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439994; }

 p { color: rgb(67,153,148); }

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

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

 a { background-color: rgb(67,153,148); }

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

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

 span { border-color: rgb(67,153,148); }

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