Shades of Java #268F92
Tints of Java #268F92
RGB
CMYK
RGB Variations
Color information
#268F92 (or 0x268F92) is known color: Java. HEX triplet: 26, 8F and 92. RGB value is (38,143,146). Sum of RGB (Red+Green+Blue) = 38+143+146=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #268F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F92 is #D9706D. Grayscale: #6F6F6F. Windows color (decimal): -14250094 or 9604902. OLE color: 9604902.
HSL color Cylindrical-coordinate representation of color #268F92: hue angle of 181.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268F92 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 143 | 146 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.43 |
| HSL | 181.67º | 0.59% | 0.36% | - |
| HSV(B) | 181.67º | 0.74% | 0.57% | - |
| XYZ | 15.81 | 22.13 | 30.63 | - |
| YUV | 111.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 143 | 146 | 0.74 | 0.02 | 0 | 0.43 | 181.67 | 0.59 | 0.36 |
| Hex | 26 | 8F | 92 | 4A | 2 | 0 | 2B | B6 | 3B | 24 |
| Octal | 46 | 217 | 222 | 112 | 2 | 0 | 53 | 266 | 73 | 44 |
| Binary | 100110 | 10001111 | 10010010 | 1001010 | 10 | 0 | 101011 | 10110110 | 111011 | 100100 |
Color Harmonies of #268F92
Complementary color
Monochromatic Colors of #268F92
Black with #268F92
Text Example
Text Example
White with #268F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268F92; }
p { color: rgb(38,143,146); }
H1.HeaderClassName
{
color: #268F92;
}
.AnyTagClassName
{
color: #268F92;
}
</style>
background-color css
<style>
a { background-color: #268F92; }
a { background-color: rgb(38,143,146); }
div.DivClassName
{
background-color: #268F92;
}
.BgClassName
{
background-color: #268F92;
}
</style>
border-color css
<style>
span { border-color: #268F92; }
span { border-color: rgb(38,143,146); }
td.TdClassName
{
border-color: #268F92;
}
.TagClassName
{
border-color: #268F92;
}
</style>