#42988B

Color #42988B Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #42988B

Tints of Lochinvar #42988B

Color information

#42988B (or 0x42988B) is unknown color: approx Lochinvar. HEX triplet: 42, 98 and 8B. RGB value is (66,152,139). Sum of RGB (Red+Green+Blue) = 66+152+139=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #42988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42988B is #BD6774. Grayscale: #7C7C7C. Windows color (decimal): -12412789 or 9148482. OLE color: 9148482.

HSL color Cylindrical-coordinate representation of color #42988B: hue angle of 170.93º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42988B is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB66152139-
CMYK0.5700.090.40
HSL170.93º39.45%42.75%-
HSV(B)170.93º56.58%59.61%-
XYZ18.1425.4828.39-
YUV124.8136.0186.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.49%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=18.49%
G=42.58%
B=38.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661521390.5700.090.40170.9339.4542.75
Hex42988B390928ab272b
Octal10223021371011502534753
Binary100001010011000100010111110010100110100010101011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42988B; }

 p { color: rgb(66,152,139); }

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

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

 a { background-color: rgb(66,152,139); }

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

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

 span { border-color: rgb(66,152,139); }

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