#269288

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

Shades of Java #269288

Tints of Java #269288

Color information

#269288 (or 0x269288) is unknown color: approx Java. HEX triplet: 26, 92 and 88. RGB value is (38,146,136). Sum of RGB (Red+Green+Blue) = 38+146+136=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #269288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269288 is #D96D77. Grayscale: #707070. Windows color (decimal): -14249336 or 8950310. OLE color: 8950310.

HSL color Cylindrical-coordinate representation of color #269288: hue angle of 174.44º 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 #269288 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB38146136-
CMYK0.7400.070.43
HSL174.44º58.7%36.08%-
HSV(B)174.44º73.97%57.25%-
XYZ15.5222.7526.87-
YUV112.57141.2274.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.88%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=11.88%
G=45.62%
B=42.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381461360.7400.070.43174.4458.736.08
Hex2692884A072Bae3b24
Octal4622221011207532567344
Binary10011010010010100010001001010011110101110101110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269288; }

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

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

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

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

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

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

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

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