#28969B

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

Shades of Java #28969B

Tints of Java #28969B

Color information

#28969B (or 0x28969B) is unknown color: approx Java. HEX triplet: 28, 96 and 9B. RGB value is (40,150,155). Sum of RGB (Red+Green+Blue) = 40+150+155=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #28969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28969B is #D76964. Grayscale: #757575. Windows color (decimal): -14117221 or 10196520. OLE color: 10196520.

HSL color Cylindrical-coordinate representation of color #28969B: hue angle of 182.61º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28969B is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40150155-
CMYK0.740.0300.39
HSL182.61º58.97%38.24%-
HSV(B)182.61º74.19%60.78%-
XYZ17.724.6334.83-
YUV117.68149.0672.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.59%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=11.59%
G=43.48%
B=44.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401501550.740.0300.39182.6158.9738.24
Hex28969B4A3027b73b26
Octal5022623311230472677346
Binary1010001001011010011011100101011010011110110111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28969B; }

 p { color: rgb(40,150,155); }

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

<style>
 a { background-color: #28969B; }

 a { background-color: rgb(40,150,155); }

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

<style>
 span { border-color: #28969B; }

 span { border-color: rgb(40,150,155); }

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