#269384

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

Shades of Java #269384

Tints of Java #269384

Color information

#269384 (or 0x269384) is unknown color: approx Java. HEX triplet: 26, 93 and 84. RGB value is (38,147,132). Sum of RGB (Red+Green+Blue) = 38+147+132=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #269384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269384 is #D96C7B. Grayscale: #707070. Windows color (decimal): -14249084 or 8688422. OLE color: 8688422.

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

Color convert

RGB38147132-
CMYK0.7400.100.42
HSL171.74º58.92%36.27%-
HSV(B)171.74º74.15%57.65%-
XYZ15.422.9525.45-
YUV112.7138.8974.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.99%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=11.99%
G=46.37%
B=41.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381471320.7400.100.42171.7458.9236.27
Hex2693844A0A2Aac3b24
Octal46223204112012522547344
Binary100110100100111000010010010100101010101010101100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269384; }

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

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

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

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

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

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

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

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