Shades of Java #268F94
Tints of Java #268F94
RGB
CMYK
RGB Variations
Color information
#268F94 (or 0x268F94) is known color: Java. HEX triplet: 26, 8F and 94. RGB value is (38,143,148). Sum of RGB (Red+Green+Blue) = 38+143+148=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #268F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F94 is #D9706B. Grayscale: #707070. Windows color (decimal): -14250092 or 9735974. OLE color: 9735974.
HSL color Cylindrical-coordinate representation of color #268F94: hue angle of 182.73º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268F94 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 143 | 148 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.42 |
| HSL | 182.73º | 0.59% | 0.36% | - |
| HSV(B) | 182.73º | 0.74% | 0.58% | - |
| XYZ | 15.97 | 22.2 | 31.46 | - |
| YUV | 112.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 148 | 0.74 | 0.03 | 0 | 0.42 | 182.73 | 0.59 | 0.36 |
| Hex | 26 | 8F | 94 | 4A | 3 | 0 | 2A | B7 | 3B | 24 |
| Octal | 46 | 217 | 224 | 112 | 3 | 0 | 52 | 267 | 73 | 44 |
| Binary | 100110 | 10001111 | 10010100 | 1001010 | 11 | 0 | 101010 | 10110111 | 111011 | 100100 |
Color Harmonies of #268F94
Complementary color
Monochromatic Colors of #268F94
Black with #268F94
Text Example
Text Example
White with #268F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F94; }
p { color: rgb(38,143,148); }
H1.HeaderClassName
{
color: #268F94;
}
.AnyTagClassName
{
color: #268F94;
}
</style>
background-color css
<style>
a { background-color: #268F94; }
a { background-color: rgb(38,143,148); }
div.DivClassName
{
background-color: #268F94;
}
.BgClassName
{
background-color: #268F94;
}
</style>
border-color css
<style>
span { border-color: #268F94; }
span { border-color: rgb(38,143,148); }
td.TdClassName
{
border-color: #268F94;
}
.TagClassName
{
border-color: #268F94;
}
</style>