#2B777C

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

Shades of Atoll #2B777C

Tints of Atoll #2B777C

Color information

#2B777C (or 0x2B777C) is unknown color: approx Atoll. HEX triplet: 2B, 77 and 7C. RGB value is (43,119,124). Sum of RGB (Red+Green+Blue) = 43+119+124=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B777C is #D48883. Grayscale: #606060. Windows color (decimal): -13928580 or 8156971. OLE color: 8156971.

HSL color Cylindrical-coordinate representation of color #2B777C: hue angle of 183.7º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B777C is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB43119124-
CMYK0.650.0400.51
HSL183.7º48.5%32.75%-
HSV(B)183.7º65.32%48.63%-
XYZ11.2315.1621.4-
YUV96.85143.3289.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=15.03%
G=41.61%
B=43.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal431191240.650.0400.51183.748.532.75
Hex2B777C414033b83121
Octal5316717410140632706141
Binary101011111011111111001000001100011001110111000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,119,124); }

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

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

 a { background-color: rgb(43,119,124); }

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

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

 span { border-color: rgb(43,119,124); }

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