#269EA4

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

Shades of Java #269EA4

Tints of Java #269EA4

Color information

#269EA4 (or 0x269EA4) is unknown color: approx Java. HEX triplet: 26, 9E and A4. RGB value is (38,158,164). Sum of RGB (Red+Green+Blue) = 38+158+164=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #269EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269EA4 is #D9615B. Grayscale: #7A7A7A. Windows color (decimal): -14246236 or 10788390. OLE color: 10788390.

HSL color Cylindrical-coordinate representation of color #269EA4: hue angle of 182.86º 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 #269EA4 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB38158164-
CMYK0.770.0400.36
HSL182.86º62.38%39.61%-
HSV(B)182.86º76.83%64.31%-
XYZ19.7327.5539.4-
YUV122.8151.2467.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.56%
GREEN value IS 158 (62.11% from 255) = 43.89%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=10.56%
G=43.89%
B=45.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381581640.770.0400.36182.8662.3839.61
Hex269EA44D4024b73e28
Octal4623624411540442677650
Binary10011010011110101001001001101100010010010110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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