#42938E

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

Shades of Blue Chill #42938E

Tints of Blue Chill #42938E

Color information

#42938E (or 0x42938E) is unknown color: approx Blue Chill. HEX triplet: 42, 93 and 8E. RGB value is (66,147,142). Sum of RGB (Red+Green+Blue) = 66+147+142=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #42938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42938E is #BD6C71. Grayscale: #7A7A7A. Windows color (decimal): -12414066 or 9343810. OLE color: 9343810.

HSL color Cylindrical-coordinate representation of color #42938E: 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 #42938E is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB66147142-
CMYK0.5500.030.42
HSL176.3º38.03%41.76%-
HSV(B)176.3º55.1%57.65%-
XYZ17.5623.9829.29-
YUV122.21139.1687.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 142 (55.86% from 255) = 40%
R=18.59%
G=41.41%
B=40%

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
Decimal661471420.5500.030.42176.338.0341.76
Hex42938E37032Ab0262a
Octal1022232166703522604652
Binary1000010100100111000111011011101110101010110000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42938E; }

 p { color: rgb(66,147,142); }

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

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

 a { background-color: rgb(66,147,142); }

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

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

 span { border-color: rgb(66,147,142); }

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