Shades of Persian Blue #3338C9
Tints of Persian Blue #3338C9
RGB
CMYK
RGB Variations
Color information
#3338C9 (or 0x3338C9) is known color: Persian Blue. HEX triplet: 33, 38 and C9. RGB value is (51,56,201). Sum of RGB (Red+Green+Blue) = 51+56+201=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #3338C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3338C9 is #CCC736. Grayscale: #464646. Windows color (decimal): -13420343 or 13187123. OLE color: 13187123.
HSL color Cylindrical-coordinate representation of color #3338C9: hue angle of 238º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3338C9 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 56 | 201 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.21 |
| HSL | 238º | 0.6% | 0.49% | - |
| HSV(B) | 238º | 0.75% | 0.79% | - |
| XYZ | 13.32 | 7.75 | 56.05 | - |
| YUV | 71.04 | 201.34 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 201 | 0.75 | 0.72 | 0 | 0.21 | 238 | 0.6 | 0.49 |
| Hex | 33 | 38 | C9 | 4B | 48 | 0 | 15 | EE | 3C | 31 |
| Octal | 63 | 70 | 311 | 113 | 110 | 0 | 25 | 356 | 74 | 61 |
| Binary | 110011 | 111000 | 11001001 | 1001011 | 1001000 | 0 | 10101 | 11101110 | 111100 | 110001 |
Color Harmonies of #3338C9
Complementary color
Monochromatic Colors of #3338C9
Black with #3338C9
Text Example
Text Example
White with #3338C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3338C9; }
p { color: rgb(51,56,201); }
H1.HeaderClassName
{
color: #3338C9;
}
.AnyTagClassName
{
color: #3338C9;
}
</style>
background-color css
<style>
a { background-color: #3338C9; }
a { background-color: rgb(51,56,201); }
div.DivClassName
{
background-color: #3338C9;
}
.BgClassName
{
background-color: #3338C9;
}
</style>
border-color css
<style>
span { border-color: #3338C9; }
span { border-color: rgb(51,56,201); }
td.TdClassName
{
border-color: #3338C9;
}
.TagClassName
{
border-color: #3338C9;
}
</style>