Html Css Color HEX #2B8990 Java

📋 copy color: '#2B8990'

red 43 ◦ green 137 ◦ blue 144

#2B8990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #2B8990

Tints of Java #2B8990

RGB

 RED value IS 43 (17.19% from 255) = 13.27%

 GREEN value IS 137 (53.91% from 255) = 42.28%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 13.27%
G = 42.28%
B = 44.44%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B8990 (or 0x2B8990) is known color: Java. HEX triplet: 2B, 89 and 90. RGB value is (43,137,144). Sum of RGB (Red+Green+Blue) = 43+137+144=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B8990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8990 is #D4766F. Grayscale: #6D6D6D. Windows color (decimal): -13923952 or 9472299. OLE color: 9472299.

HSL color Cylindrical-coordinate representation of color #2B8990: hue angle of 184.16º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8990 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 137 144 -
CMYK 0.70 0.05 0 0.44
HSL 184.16º 0.54% 0.37% -
HSV(B) 184.16º 0.7% 0.56% -
XYZ 14.98 20.42 29.54 -
YUV 109.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 43 137 144 0.70 0.05 0 0.44 184.16 0.54 0.37
Hex 2B 89 90 46 5 0 2C B8 36 25
Octal 53 211 220 106 5 0 54 270 66 45
Binary 101011 10001001 10010000 1000110 101 0 101100 10111000 110110 100101

Color Harmonies of #2B8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8990

Black with #2B8990

Text Example


Text Example

White with #2B8990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,137,144); }

 H1.HeaderClassName
 {
   color: #2B8990;
 }
 .AnyTagClassName
 {
   color: #2B8990;
 }
</style>

background-color css

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

 a { background-color: rgb(43,137,144); }

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

border-color css

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

 span { border-color: rgb(43,137,144); }

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