#2F747B

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

Shades of Atoll #2F747B

Tints of Atoll #2F747B

Color information

#2F747B (or 0x2F747B) is unknown color: approx Atoll. HEX triplet: 2F, 74 and 7B. RGB value is (47,116,123). Sum of RGB (Red+Green+Blue) = 47+116+123=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F747B is #D08B84. Grayscale: #606060. Windows color (decimal): -13667205 or 8090671. OLE color: 8090671.

HSL color Cylindrical-coordinate representation of color #2F747B: hue angle of 185.53º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F747B is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB47116123-
CMYK0.620.0600.52
HSL185.53º44.71%33.33%-
HSV(B)185.53º61.79%48.24%-
XYZ10.9914.5320.96-
YUV96.17143.1492.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.43%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=16.43%
G=40.56%
B=43.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal471161230.620.0600.52185.5344.7133.33
Hex2F747B3E6034ba2d21
Octal571641737660642725541
Binary10111111101001111011111110110011010010111010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,116,123); }

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

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

 a { background-color: rgb(47,116,123); }

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

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

 span { border-color: rgb(47,116,123); }

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