#269395

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

Shades of Java #269395

Tints of Java #269395

Color information

#269395 (or 0x269395) is unknown color: approx Java. HEX triplet: 26, 93 and 95. RGB value is (38,147,149). Sum of RGB (Red+Green+Blue) = 38+147+149=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #269395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269395 is #D96C6A. Grayscale: #727272. Windows color (decimal): -14249067 or 9802534. OLE color: 9802534.

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

Color convert

RGB38147149-
CMYK0.740.0100.42
HSL181.08º59.36%36.67%-
HSV(B)181.08º74.5%58.43%-
XYZ16.6623.4532.08-
YUV114.64147.3973.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=11.38%
G=44.01%
B=44.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381471490.740.0100.42181.0859.3636.67
Hex2693954A102Ab53b25
Octal4622322511210522657345
Binary100110100100111001010110010101010101010110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269395; }

 p { color: rgb(38,147,149); }

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

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

 a { background-color: rgb(38,147,149); }

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

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

 span { border-color: rgb(38,147,149); }

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