#2f858b

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

Shades of Blue Chill #2F858B

Tints of Blue Chill #2F858B

Color information

#2F858B (or 0x2F858B) is unknown color: approx Blue Chill. HEX triplet: 2F, 85 and 8B. RGB value is (47,133,139). Sum of RGB (Red+Green+Blue) = 47+133+139=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F858B is #D07A74. Grayscale: #6B6B6B. Windows color (decimal): -13662837 or 9143599. OLE color: 9143599.

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

Color convert

RGB47133139-
CMYK0.660.0400.45
HSL183.91º49.46%36.47%-
HSV(B)183.91º66.19%54.51%-
XYZ14.2219.2427.39-
YUV107.97145.5184.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.73%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=14.73%
G=41.69%
B=43.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471331390.660.0400.45183.9149.4636.47
Hex2F858B42402Db83124
Octal5720521310240552706144
Binary10111110000101100010111000010100010110110111000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f858b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,133,139); }

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

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

 a { background-color: rgb(47,133,139); }

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

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

 span { border-color: rgb(47,133,139); }

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