#269083

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

Shades of Java #269083

Tints of Java #269083

Color information

#269083 (or 0x269083) is unknown color: approx Java. HEX triplet: 26, 90 and 83. RGB value is (38,144,131). Sum of RGB (Red+Green+Blue) = 38+144+131=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #269083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269083 is #D96F7C. Grayscale: #6E6E6E. Windows color (decimal): -14249853 or 8622118. OLE color: 8622118.

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

Color convert

RGB38144131-
CMYK0.7400.090.44
HSL172.64º58.24%35.69%-
HSV(B)172.64º73.61%56.47%-
XYZ14.872224.93-
YUV110.82139.3876.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=12.14%
G=46.01%
B=41.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381441310.7400.090.44172.6458.2435.69
Hex2690834A092Cad3a24
Octal46220203112011542557244
Binary100110100100001000001110010100100110110010101101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269083; }

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

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

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

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

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

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

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

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