#268B95

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

Shades of Java #268B95

Tints of Java #268B95

Color information

#268B95 (or 0x268B95) is unknown color: approx Java. HEX triplet: 26, 8B and 95. RGB value is (38,139,149). Sum of RGB (Red+Green+Blue) = 38+139+149=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #268B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268B95 is #D9746A. Grayscale: #6D6D6D. Windows color (decimal): -14251115 or 9800486. OLE color: 9800486.

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

Color convert

RGB38139149-
CMYK0.740.0700.42
HSL185.41º59.36%36.67%-
HSV(B)185.41º74.5%58.43%-
XYZ15.4621.0531.68-
YUV109.94150.0476.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.66%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 149 (58.59% from 255) = 45.71%
R=11.66%
G=42.64%
B=45.71%

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
Decimal381391490.740.0700.42185.4159.3636.67
Hex268B954A702Ab93b25
Octal4621322511270522717345
Binary10011010001011100101011001010111010101010111001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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