#269197

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

Shades of Java #269197

Tints of Java #269197

Color information

#269197 (or 0x269197) is unknown color: approx Java. HEX triplet: 26, 91 and 97. RGB value is (38,145,151). Sum of RGB (Red+Green+Blue) = 38+145+151=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #269197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269197 is #D96E68. Grayscale: #717171. Windows color (decimal): -14249577 or 9933094. OLE color: 9933094.

HSL color Cylindrical-coordinate representation of color #269197: hue angle of 183.19º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269197 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB38145151-
CMYK0.750.0400.41
HSL183.19º59.79%37.06%-
HSV(B)183.19º74.83%59.22%-
XYZ16.5122.932.83-
YUV113.69149.0574.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 151 (59.38% from 255) = 45.21%
R=11.38%
G=43.41%
B=45.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381451510.750.0400.41183.1959.7937.06
Hex2691974B4029b73c25
Octal4622122711340512677445
Binary10011010010001100101111001011100010100110110111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269197; }

 p { color: rgb(38,145,151); }

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

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

 a { background-color: rgb(38,145,151); }

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

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

 span { border-color: rgb(38,145,151); }

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