#268790

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

Shades of Java #268790

Tints of Java #268790

Color information

#268790 (or 0x268790) is unknown color: approx Java. HEX triplet: 26, 87 and 90. RGB value is (38,135,144). Sum of RGB (Red+Green+Blue) = 38+135+144=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #268790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268790 is #D9786F. Grayscale: #6A6A6A. Windows color (decimal): -14252144 or 9471782. OLE color: 9471782.

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

Color convert

RGB38135144-
CMYK0.740.0600.44
HSL185.09º58.24%35.69%-
HSV(B)185.09º73.61%56.47%-
XYZ14.519.7529.43-
YUV107.02148.8678.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.99%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=11.99%
G=42.59%
B=45.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381351440.740.0600.44185.0958.2435.69
Hex2687904A602Cb93a24
Octal4620722011260542717244
Binary10011010000111100100001001010110010110010111001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268790; }

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

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

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

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

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

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

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

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