Shades of Persian Blue #2533CB
Tints of Persian Blue #2533CB
RGB
CMYK
RGB Variations
Color information
#2533CB (or 0x2533CB) is known color: Persian Blue. HEX triplet: 25, 33 and CB. RGB value is (37,51,203). Sum of RGB (Red+Green+Blue) = 37+51+203=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #2533CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2533CB is #DACC34. Grayscale: #3F3F3F. Windows color (decimal): -14339125 or 13316901. OLE color: 13316901.
HSL color Cylindrical-coordinate representation of color #2533CB: hue angle of 234.94º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2533CB is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 51 | 203 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.20 |
| HSL | 234.94º | 0.69% | 0.47% | - |
| HSV(B) | 234.94º | 0.82% | 0.8% | - |
| XYZ | 12.73 | 7.07 | 57.19 | - |
| YUV | 64.14 | 206.36 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 203 | 0.82 | 0.75 | 0 | 0.20 | 234.94 | 0.69 | 0.47 |
| Hex | 25 | 33 | CB | 52 | 4B | 0 | 14 | EB | 45 | 2F |
| Octal | 45 | 63 | 313 | 122 | 113 | 0 | 24 | 353 | 105 | 57 |
| Binary | 100101 | 110011 | 11001011 | 1010010 | 1001011 | 0 | 10100 | 11101011 | 1000101 | 101111 |
Color Harmonies of #2533CB
Complementary color
Monochromatic Colors of #2533CB
Black with #2533CB
Text Example
Text Example
White with #2533CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2533CB; }
p { color: rgb(37,51,203); }
H1.HeaderClassName
{
color: #2533CB;
}
.AnyTagClassName
{
color: #2533CB;
}
</style>
background-color css
<style>
a { background-color: #2533CB; }
a { background-color: rgb(37,51,203); }
div.DivClassName
{
background-color: #2533CB;
}
.BgClassName
{
background-color: #2533CB;
}
</style>
border-color css
<style>
span { border-color: #2533CB; }
span { border-color: rgb(37,51,203); }
td.TdClassName
{
border-color: #2533CB;
}
.TagClassName
{
border-color: #2533CB;
}
</style>