#268590

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

Shades of Java #268590

Tints of Java #268590

Color information

#268590 (or 0x268590) is unknown color: approx Java. HEX triplet: 26, 85 and 90. RGB value is (38,133,144). Sum of RGB (Red+Green+Blue) = 38+133+144=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #268590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268590 is #D97A6F. Grayscale: #696969. Windows color (decimal): -14252656 or 9471270. OLE color: 9471270.

HSL color Cylindrical-coordinate representation of color #268590: hue angle of 186.23º 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 #268590 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38133144-
CMYK0.740.0800.44
HSL186.23º58.24%35.69%-
HSV(B)186.23º73.61%56.47%-
XYZ14.2219.229.34-
YUV105.85149.5379.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=12.06%
G=42.22%
B=45.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381331440.740.0800.44186.2358.2435.69
Hex2685904A802Cba3a24
Octal46205220112100542727244
Binary100110100001011001000010010101000010110010111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268590; }

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

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

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

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

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

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

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

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