#268690

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

Shades of Java #268690

Tints of Java #268690

Color information

#268690 (or 0x268690) is unknown color: approx Java. HEX triplet: 26, 86 and 90. RGB value is (38,134,144). Sum of RGB (Red+Green+Blue) = 38+134+144=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #268690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268690 is #D9796F. Grayscale: #6A6A6A. Windows color (decimal): -14252400 or 9471526. OLE color: 9471526.

HSL color Cylindrical-coordinate representation of color #268690: hue angle of 185.66º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268690 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38134144-
CMYK0.740.0700.44
HSL185.66º58.24%35.69%-
HSV(B)185.66º73.61%56.47%-
XYZ14.3619.4829.39-
YUV106.44149.279.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=12.03%
G=42.41%
B=45.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381341440.740.0700.44185.6658.2435.69
Hex2686904A702Cba3a24
Octal4620622011270542727244
Binary10011010000110100100001001010111010110010111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268690; }

 p { color: rgb(38,134,144); }

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

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

 a { background-color: rgb(38,134,144); }

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

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

 span { border-color: rgb(38,134,144); }

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