#268A95

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

Shades of Java #268A95

Tints of Java #268A95

Color information

#268A95 (or 0x268A95) is unknown color: approx Java. HEX triplet: 26, 8A and 95. RGB value is (38,138,149). Sum of RGB (Red+Green+Blue) = 38+138+149=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #268A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A95 is #D9756A. Grayscale: #6D6D6D. Windows color (decimal): -14251371 or 9800230. OLE color: 9800230.

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

Color convert

RGB38138149-
CMYK0.740.0700.42
HSL185.95º59.36%36.67%-
HSV(B)185.95º74.5%58.43%-
XYZ15.3120.7631.63-
YUV109.35150.3777.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=11.69%
G=42.46%
B=45.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381381490.740.0700.42185.9559.3636.67
Hex268A954A702Aba3b25
Octal4621222511270522727345
Binary10011010001010100101011001010111010101010111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268A95; }

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

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

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

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

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

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

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

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