#2B969E

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

Shades of Java #2B969E

Tints of Java #2B969E

Color information

#2B969E (or 0x2B969E) is unknown color: approx Java. HEX triplet: 2B, 96 and 9E. RGB value is (43,150,158). Sum of RGB (Red+Green+Blue) = 43+150+158=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B969E is #D46961. Grayscale: #767676. Windows color (decimal): -13920610 or 10393131. OLE color: 10393131.

HSL color Cylindrical-coordinate representation of color #2B969E: hue angle of 184.17º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B969E is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB43150158-
CMYK0.730.0500.38
HSL184.17º57.21%39.41%-
HSV(B)184.17º72.78%61.96%-
XYZ18.0724.7936.18-
YUV118.92150.0573.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.25%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=12.25%
G=42.74%
B=45.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431501580.730.0500.38184.1757.2139.41
Hex2B969E495026b83927
Octal5322623611150462707147
Binary10101110010110100111101001001101010011010111000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,150,158); }

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

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

 a { background-color: rgb(43,150,158); }

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

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

 span { border-color: rgb(43,150,158); }

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