Shades of Pelorous #339AB3
Tints of Pelorous #339AB3
RGB
CMYK
RGB Variations
Color information
#339AB3 (or 0x339AB3) is known color: Pelorous. HEX triplet: 33, 9A and B3. RGB value is (51,154,179). Sum of RGB (Red+Green+Blue) = 51+154+179=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: blue. Hex color #339AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #339AB3 is #CC654C. Grayscale: #7D7D7D. Windows color (decimal): -13395277 or 11770419. OLE color: 11770419.
HSL color Cylindrical-coordinate representation of color #339AB3: hue angle of 191.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #339AB3 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 154 | 179 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.30 |
| HSL | 191.72º | 0.56% | 0.45% | - |
| HSV(B) | 191.72º | 0.72% | 0.7% | - |
| XYZ | 21.06 | 27.07 | 46.76 | - |
| YUV | 126.05 | 157.88 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 154 | 179 | 0.72 | 0.14 | 0 | 0.30 | 191.72 | 0.56 | 0.45 |
| Hex | 33 | 9A | B3 | 48 | E | 0 | 1E | C0 | 38 | 2D |
| Octal | 63 | 232 | 263 | 110 | 16 | 0 | 36 | 300 | 70 | 55 |
| Binary | 110011 | 10011010 | 10110011 | 1001000 | 1110 | 0 | 11110 | 11000000 | 111000 | 101101 |
Color Harmonies of #339AB3
Complementary color
Monochromatic Colors of #339AB3
Black with #339AB3
Text Example
Text Example
White with #339AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339AB3; }
p { color: rgb(51,154,179); }
H1.HeaderClassName
{
color: #339AB3;
}
.AnyTagClassName
{
color: #339AB3;
}
</style>
background-color css
<style>
a { background-color: #339AB3; }
a { background-color: rgb(51,154,179); }
div.DivClassName
{
background-color: #339AB3;
}
.BgClassName
{
background-color: #339AB3;
}
</style>
border-color css
<style>
span { border-color: #339AB3; }
span { border-color: rgb(51,154,179); }
td.TdClassName
{
border-color: #339AB3;
}
.TagClassName
{
border-color: #339AB3;
}
</style>