Shades of Pelorous #3399C2
Tints of Pelorous #3399C2
RGB
CMYK
RGB Variations
Color information
#3399C2 (or 0x3399C2) is known color: Pelorous. HEX triplet: 33, 99 and C2. RGB value is (51,153,194). Sum of RGB (Red+Green+Blue) = 51+153+194=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #3399C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3399C2 is #CC663D. Grayscale: #7E7E7E. Windows color (decimal): -13395518 or 12753203. OLE color: 12753203.
HSL color Cylindrical-coordinate representation of color #3399C2: hue angle of 197.2º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3399C2 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 153 | 194 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.24 |
| HSL | 197.2º | 0.58% | 0.48% | - |
| HSV(B) | 197.2º | 0.74% | 0.76% | - |
| XYZ | 22.49 | 27.38 | 55.14 | - |
| YUV | 127.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 194 | 0.74 | 0.21 | 0 | 0.24 | 197.2 | 0.58 | 0.48 |
| Hex | 33 | 99 | C2 | 4A | 15 | 0 | 18 | C5 | 3A | 30 |
| Octal | 63 | 231 | 302 | 112 | 25 | 0 | 30 | 305 | 72 | 60 |
| Binary | 110011 | 10011001 | 11000010 | 1001010 | 10101 | 0 | 11000 | 11000101 | 111010 | 110000 |
Color Harmonies of #3399C2
Complementary color
Monochromatic Colors of #3399C2
Black with #3399C2
Text Example
Text Example
White with #3399C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3399C2; }
p { color: rgb(51,153,194); }
H1.HeaderClassName
{
color: #3399C2;
}
.AnyTagClassName
{
color: #3399C2;
}
</style>
background-color css
<style>
a { background-color: #3399C2; }
a { background-color: rgb(51,153,194); }
div.DivClassName
{
background-color: #3399C2;
}
.BgClassName
{
background-color: #3399C2;
}
</style>
border-color css
<style>
span { border-color: #3399C2; }
span { border-color: rgb(51,153,194); }
td.TdClassName
{
border-color: #3399C2;
}
.TagClassName
{
border-color: #3399C2;
}
</style>