#269FA4

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

Shades of Java #269FA4

Tints of Java #269FA4

Color information

#269FA4 (or 0x269FA4) is unknown color: approx Java. HEX triplet: 26, 9F and A4. RGB value is (38,159,164). Sum of RGB (Red+Green+Blue) = 38+159+164=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #269FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269FA4 is #D9605B. Grayscale: #7B7B7B. Windows color (decimal): -14245980 or 10788646. OLE color: 10788646.

HSL color Cylindrical-coordinate representation of color #269FA4: hue angle of 182.38º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269FA4 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB38159164-
CMYK0.770.0300.36
HSL182.38º62.38%39.61%-
HSV(B)182.38º76.83%64.31%-
XYZ19.927.8939.46-
YUV123.39150.9167.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.53%
GREEN value IS 159 (62.5% from 255) = 44.04%
BLUE value IS 164 (64.45% from 255) = 45.43%
R=10.53%
G=44.04%
B=45.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381591640.770.0300.36182.3862.3839.61
Hex269FA44D3024b63e28
Octal4623724411530442667650
Binary1001101001111110100100100110111010010010110110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269FA4; }

 p { color: rgb(38,159,164); }

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

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

 a { background-color: rgb(38,159,164); }

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

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

 span { border-color: rgb(38,159,164); }

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