#268C91

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

Shades of Java #268C91

Tints of Java #268C91

Color information

#268C91 (or 0x268C91) is unknown color: approx Java. HEX triplet: 26, 8C and 91. RGB value is (38,140,145). Sum of RGB (Red+Green+Blue) = 38+140+145=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #268C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268C91 is #D9736E. Grayscale: #6D6D6D. Windows color (decimal): -14250863 or 9538598. OLE color: 9538598.

HSL color Cylindrical-coordinate representation of color #268C91: hue angle of 182.8º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268C91 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB38140145-
CMYK0.740.0300.43
HSL182.8º58.47%35.88%-
HSV(B)182.8º73.79%56.86%-
XYZ15.2921.2130.08-
YUV110.07147.7176.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.76%
GREEN value IS 140 (55.08% from 255) = 43.34%
BLUE value IS 145 (57.03% from 255) = 44.89%
R=11.76%
G=43.34%
B=44.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381401450.740.0300.43182.858.4735.88
Hex268C914A302Bb73a24
Octal4621422111230532677244
Binary1001101000110010010001100101011010101110110111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,140,145); }

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

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

 a { background-color: rgb(38,140,145); }

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

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

 span { border-color: rgb(38,140,145); }

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