Shades of Persian Blue #2337C1
Tints of Persian Blue #2337C1
RGB
CMYK
RGB Variations
Color information
#2337C1 (or 0x2337C1) is known color: Persian Blue. HEX triplet: 23, 37 and C1. RGB value is (35,55,193). Sum of RGB (Red+Green+Blue) = 35+55+193=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #2337C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2337C1 is #DCC83E. Grayscale: #404040. Windows color (decimal): -14469183 or 12662563. OLE color: 12662563.
HSL color Cylindrical-coordinate representation of color #2337C1: hue angle of 232.41º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2337C1 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 55 | 193 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.24 |
| HSL | 232.41º | 0.69% | 0.45% | - |
| HSV(B) | 232.41º | 0.82% | 0.76% | - |
| XYZ | 11.68 | 6.94 | 51.18 | - |
| YUV | 64.75 | 200.37 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 193 | 0.82 | 0.72 | 0 | 0.24 | 232.41 | 0.69 | 0.45 |
| Hex | 23 | 37 | C1 | 52 | 48 | 0 | 18 | E8 | 45 | 2D |
| Octal | 43 | 67 | 301 | 122 | 110 | 0 | 30 | 350 | 105 | 55 |
| Binary | 100011 | 110111 | 11000001 | 1010010 | 1001000 | 0 | 11000 | 11101000 | 1000101 | 101101 |
Color Harmonies of #2337C1
Complementary color
Monochromatic Colors of #2337C1
Black with #2337C1
Text Example
Text Example
White with #2337C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2337C1; }
p { color: rgb(35,55,193); }
H1.HeaderClassName
{
color: #2337C1;
}
.AnyTagClassName
{
color: #2337C1;
}
</style>
background-color css
<style>
a { background-color: #2337C1; }
a { background-color: rgb(35,55,193); }
div.DivClassName
{
background-color: #2337C1;
}
.BgClassName
{
background-color: #2337C1;
}
</style>
border-color css
<style>
span { border-color: #2337C1; }
span { border-color: rgb(35,55,193); }
td.TdClassName
{
border-color: #2337C1;
}
.TagClassName
{
border-color: #2337C1;
}
</style>