#268889

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

Shades of Java #268889

Tints of Java #268889

Color information

#268889 (or 0x268889) is unknown color: approx Java. HEX triplet: 26, 88 and 89. RGB value is (38,136,137). Sum of RGB (Red+Green+Blue) = 38+136+137=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #268889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268889 is #D97776. Grayscale: #6A6A6A. Windows color (decimal): -14251895 or 9013286. OLE color: 9013286.

HSL color Cylindrical-coordinate representation of color #268889: hue angle of 180.61º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268889 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB38136137-
CMYK0.720.0100.46
HSL180.61º56.57%34.31%-
HSV(B)180.61º72.26%53.73%-
XYZ14.1219.8326.75-
YUV106.81145.0378.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=12.22%
G=43.73%
B=44.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381361370.720.0100.46180.6156.5734.31
Hex26888948102Eb53922
Octal4621021111010562657142
Binary100110100010001000100110010001010111010110101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268889; }

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

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

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

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

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

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

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

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