#269195

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

Shades of Java #269195

Tints of Java #269195

Color information

#269195 (or 0x269195) is unknown color: approx Java. HEX triplet: 26, 91 and 95. RGB value is (38,145,149). Sum of RGB (Red+Green+Blue) = 38+145+149=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #269195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269195 is #D96E6A. Grayscale: #717171. Windows color (decimal): -14249579 or 9802022. OLE color: 9802022.

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

Color convert

RGB38145149-
CMYK0.740.0300.42
HSL182.16º59.36%36.67%-
HSV(B)182.16º74.5%58.43%-
XYZ16.3522.8331.98-
YUV113.46148.0574.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.45%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=11.45%
G=43.67%
B=44.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381451490.740.0300.42182.1659.3636.67
Hex2691954A302Ab63b25
Octal4622122511230522667345
Binary1001101001000110010101100101011010101010110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269195; }

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

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

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

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

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

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

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

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