Shades of Blue Chill #338A83
Tints of Blue Chill #338A83
RGB
CMYK
RGB Variations
Color information
#338A83 (or 0x338A83) is known color: Blue Chill. HEX triplet: 33, 8A and 83. RGB value is (51,138,131). Sum of RGB (Red+Green+Blue) = 51+138+131=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #338A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338A83 is #CC757C. Grayscale: #6F6F6F. Windows color (decimal): -13399421 or 8620595. OLE color: 8620595.
HSL color Cylindrical-coordinate representation of color #338A83: hue angle of 175.17º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A83 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 131 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.46 |
| HSL | 175.17º | 0.46% | 0.37% | - |
| HSV(B) | 175.17º | 0.63% | 0.54% | - |
| XYZ | 14.55 | 20.52 | 24.67 | - |
| YUV | 111.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 131 | 0.63 | 0 | 0.05 | 0.46 | 175.17 | 0.46 | 0.37 |
| Hex | 33 | 8A | 83 | 3F | 0 | 5 | 2E | AF | 2E | 25 |
| Octal | 63 | 212 | 203 | 77 | 0 | 5 | 56 | 257 | 56 | 45 |
| Binary | 110011 | 10001010 | 10000011 | 111111 | 0 | 101 | 101110 | 10101111 | 101110 | 100101 |
Color Harmonies of #338A83
Complementary color
Monochromatic Colors of #338A83
Black with #338A83
Text Example
Text Example
White with #338A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A83; }
p { color: rgb(51,138,131); }
H1.HeaderClassName
{
color: #338A83;
}
.AnyTagClassName
{
color: #338A83;
}
</style>
background-color css
<style>
a { background-color: #338A83; }
a { background-color: rgb(51,138,131); }
div.DivClassName
{
background-color: #338A83;
}
.BgClassName
{
background-color: #338A83;
}
</style>
border-color css
<style>
span { border-color: #338A83; }
span { border-color: rgb(51,138,131); }
td.TdClassName
{
border-color: #338A83;
}
.TagClassName
{
border-color: #338A83;
}
</style>