#2B7381

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

Shades of Atoll #2B7381

Tints of Atoll #2B7381

Color information

#2B7381 (or 0x2B7381) is unknown color: approx Atoll. HEX triplet: 2B, 73 and 81. RGB value is (43,115,129). Sum of RGB (Red+Green+Blue) = 43+115+129=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #2B7381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7381 is #D48C7E. Grayscale: #5E5E5E. Windows color (decimal): -13929599 or 8483627. OLE color: 8483627.

HSL color Cylindrical-coordinate representation of color #2B7381: hue angle of 189.77º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B7381 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB43115129-
CMYK0.670.1100.49
HSL189.77º50%33.73%-
HSV(B)189.77º66.67%50.59%-
XYZ11.0914.3622.96-
YUV95.07147.1590.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.98%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=14.98%
G=40.07%
B=44.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal431151290.670.1100.49189.775033.73
Hex2B738143B031be3222
Octal53163201103130612766242
Binary10101111100111000000110000111011011000110111110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,115,129); }

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

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

 a { background-color: rgb(43,115,129); }

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

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

 span { border-color: rgb(43,115,129); }

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