#28949E

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

Shades of Java #28949E

Tints of Java #28949E

Color information

#28949E (or 0x28949E) is unknown color: approx Java. HEX triplet: 28, 94 and 9E. RGB value is (40,148,158). Sum of RGB (Red+Green+Blue) = 40+148+158=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #28949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28949E is #D76B61. Grayscale: #747474. Windows color (decimal): -14117730 or 10392616. OLE color: 10392616.

HSL color Cylindrical-coordinate representation of color #28949E: hue angle of 185.08º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28949E is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB40148158-
CMYK0.750.0600.38
HSL185.08º59.6%38.82%-
HSV(B)185.08º74.68%61.96%-
XYZ17.6424.136.07-
YUV116.85151.2273.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.56%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=11.56%
G=42.77%
B=45.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401481580.750.0600.38185.0859.638.82
Hex28949E4B6026b93c27
Octal5022423611360462717447
Binary10100010010100100111101001011110010011010111001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28949E; }

 p { color: rgb(40,148,158); }

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

<style>
 a { background-color: #28949E; }

 a { background-color: rgb(40,148,158); }

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

<style>
 span { border-color: #28949E; }

 span { border-color: rgb(40,148,158); }

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