#269487

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

Shades of Java #269487

Tints of Java #269487

Color information

#269487 (or 0x269487) is unknown color: approx Java. HEX triplet: 26, 94 and 87. RGB value is (38,148,135). Sum of RGB (Red+Green+Blue) = 38+148+135=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #269487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269487 is #D96B78. Grayscale: #717171. Windows color (decimal): -14248825 or 8885286. OLE color: 8885286.

HSL color Cylindrical-coordinate representation of color #269487: hue angle of 172.91º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269487 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB38148135-
CMYK0.7400.090.42
HSL172.91º59.14%36.47%-
HSV(B)172.91º74.32%58.04%-
XYZ15.7623.3426.6-
YUV113.63140.0674.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 148 (58.20% from 255) = 46.11%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=11.84%
G=46.11%
B=42.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381481350.7400.090.42172.9159.1436.47
Hex2694874A092Aad3b24
Octal46224207112011522557344
Binary100110100101001000011110010100100110101010101101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269487; }

 p { color: rgb(38,148,135); }

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

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

 a { background-color: rgb(38,148,135); }

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

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

 span { border-color: rgb(38,148,135); }

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