#2B747A

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

Shades of Atoll #2B747A

Tints of Atoll #2B747A

Color information

#2B747A (or 0x2B747A) is unknown color: approx Atoll. HEX triplet: 2B, 74 and 7A. RGB value is (43,116,122). Sum of RGB (Red+Green+Blue) = 43+116+122=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B747A is #D48B85. Grayscale: #5E5E5E. Windows color (decimal): -13929350 or 8025131. OLE color: 8025131.

HSL color Cylindrical-coordinate representation of color #2B747A: hue angle of 184.56º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B747A is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB43116122-
CMYK0.650.0500.52
HSL184.56º47.88%32.35%-
HSV(B)184.56º64.75%47.84%-
XYZ10.7514.4120.63-
YUV94.86143.3291.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.30%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=15.30%
G=41.28%
B=43.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal431161220.650.0500.52184.5647.8832.35
Hex2B747A415034b93020
Octal5316417210150642716040
Binary101011111010011110101000001101011010010111001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,116,122); }

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

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

 a { background-color: rgb(43,116,122); }

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

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

 span { border-color: rgb(43,116,122); }

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