#269289

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

Shades of Java #269289

Tints of Java #269289

Color information

#269289 (or 0x269289) is unknown color: approx Java. HEX triplet: 26, 92 and 89. RGB value is (38,146,137). Sum of RGB (Red+Green+Blue) = 38+146+137=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #269289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269289 is #D96D76. Grayscale: #707070. Windows color (decimal): -14249335 or 9015846. OLE color: 9015846.

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

Color convert

RGB38146137-
CMYK0.7400.060.43
HSL175º58.7%36.08%-
HSV(B)175º73.97%57.25%-
XYZ15.5922.7827.24-
YUV112.68141.7274.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=11.84%
G=45.48%
B=42.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381461370.7400.060.4317558.736.08
Hex2692894A062Baf3b24
Octal4622221111206532577344
Binary10011010010010100010011001010011010101110101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269289; }

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

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

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

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

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

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

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

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