#2F878A

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

Shades of Blue Chill #2F878A

Tints of Blue Chill #2F878A

Color information

#2F878A (or 0x2F878A) is unknown color: approx Blue Chill. HEX triplet: 2F, 87 and 8A. RGB value is (47,135,138). Sum of RGB (Red+Green+Blue) = 47+135+138=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F878A is #D07875. Grayscale: #6C6C6C. Windows color (decimal): -13662326 or 9078575. OLE color: 9078575.

HSL color Cylindrical-coordinate representation of color #2F878A: hue angle of 181.98º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F878A is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB47135138-
CMYK0.660.0200.46
HSL181.98º49.19%36.27%-
HSV(B)181.98º65.94%54.12%-
XYZ14.4219.7727.1-
YUV109.03144.3583.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.69%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=14.69%
G=42.19%
B=43.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471351380.660.0200.46181.9849.1936.27
Hex2F878A42202Eb63124
Octal5720721210220562666144
Binary1011111000011110001010100001010010111010110110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F878A; }

 p { color: rgb(47,135,138); }

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

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

 a { background-color: rgb(47,135,138); }

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

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

 span { border-color: rgb(47,135,138); }

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