#43948F

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

Shades of Blue Chill #43948F

Tints of Blue Chill #43948F

Color information

#43948F (or 0x43948F) is unknown color: approx Blue Chill. HEX triplet: 43, 94 and 8F. RGB value is (67,148,143). Sum of RGB (Red+Green+Blue) = 67+148+143=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #43948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43948F is #BC6B70. Grayscale: #7B7B7B. Windows color (decimal): -12348273 or 9409603. OLE color: 9409603.

HSL color Cylindrical-coordinate representation of color #43948F: hue angle of 176.3º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43948F is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB67148143-
CMYK0.5500.030.42
HSL176.3º37.67%42.16%-
HSV(B)176.3º54.73%58.04%-
XYZ17.8624.3629.75-
YUV123.21139.1687.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.72%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 143 (56.25% from 255) = 39.94%
R=18.72%
G=41.34%
B=39.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671481430.5500.030.42176.337.6742.16
Hex43948F37032Ab0262a
Octal1032242176703522604652
Binary1000011100101001000111111011101110101010110000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43948F; }

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

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

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

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

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

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

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

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