#2C939B

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

Shades of Java #2C939B

Tints of Java #2C939B

Color information

#2C939B (or 0x2C939B) is unknown color: approx Java. HEX triplet: 2C, 93 and 9B. RGB value is (44,147,155). Sum of RGB (Red+Green+Blue) = 44+147+155=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C939B is #D36C64. Grayscale: #747474. Windows color (decimal): -13855845 or 10195756. OLE color: 10195756.

HSL color Cylindrical-coordinate representation of color #2C939B: hue angle of 184.32º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C939B is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB44147155-
CMYK0.720.0500.39
HSL184.32º55.78%39.02%-
HSV(B)184.32º71.61%60.78%-
XYZ17.3923.7734.68-
YUV117.12149.3875.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.72%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=12.72%
G=42.49%
B=44.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal441471550.720.0500.39184.3255.7839.02
Hex2C939B485027b83827
Octal5422323311050472707047
Binary10110010010011100110111001000101010011110111000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,147,155); }

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

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

 a { background-color: rgb(44,147,155); }

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

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

 span { border-color: rgb(44,147,155); }

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