#26898E

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

Shades of Java #26898E

Tints of Java #26898E

Color information

#26898E (or 0x26898E) is unknown color: approx Java. HEX triplet: 26, 89 and 8E. RGB value is (38,137,142). Sum of RGB (Red+Green+Blue) = 38+137+142=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #26898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26898E is #D97671. Grayscale: #6B6B6B. Windows color (decimal): -14251634 or 9341222. OLE color: 9341222.

HSL color Cylindrical-coordinate representation of color #26898E: hue angle of 182.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26898E is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38137142-
CMYK0.730.0400.44
HSL182.88º57.78%35.29%-
HSV(B)182.88º73.24%55.69%-
XYZ14.6320.2628.73-
YUV107.97147.278.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.99%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=11.99%
G=43.22%
B=44.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381371420.730.0400.44182.8857.7835.29
Hex26898E49402Cb73a23
Octal4621121611140542677243
Binary10011010001001100011101001001100010110010110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,137,142); }

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

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

 a { background-color: rgb(38,137,142); }

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

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

 span { border-color: rgb(38,137,142); }

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