#26969D

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

Shades of Java #26969D

Tints of Java #26969D

Color information

#26969D (or 0x26969D) is unknown color: approx Java. HEX triplet: 26, 96 and 9D. RGB value is (38,150,157). Sum of RGB (Red+Green+Blue) = 38+150+157=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #26969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26969D is #D96962. Grayscale: #757575. Windows color (decimal): -14248291 or 10327590. OLE color: 10327590.

HSL color Cylindrical-coordinate representation of color #26969D: hue angle of 183.53º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26969D is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38150157-
CMYK0.760.0400.38
HSL183.53º61.03%38.24%-
HSV(B)183.53º75.8%61.57%-
XYZ17.7924.6635.72-
YUV117.31150.3971.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.01%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 157 (61.72% from 255) = 45.51%
R=11.01%
G=43.48%
B=45.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381501570.760.0400.38183.5361.0338.24
Hex26969D4C4026b83d26
Octal4622623511440462707546
Binary10011010010110100111011001100100010011010111000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26969D; }

 p { color: rgb(38,150,157); }

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

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

 a { background-color: rgb(38,150,157); }

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

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

 span { border-color: rgb(38,150,157); }

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