Shades of Persian Blue #2333CC
Tints of Persian Blue #2333CC
RGB
CMYK
RGB Variations
Color information
#2333CC (or 0x2333CC) is known color: Persian Blue. HEX triplet: 23, 33 and CC. RGB value is (35,51,204). Sum of RGB (Red+Green+Blue) = 35+51+204=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #2333CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2333CC is #DCCC33. Grayscale: #3F3F3F. Windows color (decimal): -14470196 or 13382435. OLE color: 13382435.
HSL color Cylindrical-coordinate representation of color #2333CC: hue angle of 234.32º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2333CC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 51 | 204 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.2 |
| HSL | 234.32º | 0.71% | 0.47% | - |
| HSV(B) | 234.32º | 0.83% | 0.8% | - |
| XYZ | 12.78 | 7.08 | 57.82 | - |
| YUV | 63.66 | 207.2 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 204 | 0.83 | 0.75 | 0 | 0.2 | 234.32 | 0.71 | 0.47 |
| Hex | 23 | 33 | CC | 53 | 4B | 0 | 14 | EA | 47 | 2F |
| Octal | 43 | 63 | 314 | 123 | 113 | 0 | 24 | 352 | 107 | 57 |
| Binary | 100011 | 110011 | 11001100 | 1010011 | 1001011 | 0 | 10100 | 11101010 | 1000111 | 101111 |
Color Harmonies of #2333CC
Complementary color
Monochromatic Colors of #2333CC
Black with #2333CC
Text Example
Text Example
White with #2333CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2333CC; }
p { color: rgb(35,51,204); }
H1.HeaderClassName
{
color: #2333CC;
}
.AnyTagClassName
{
color: #2333CC;
}
</style>
background-color css
<style>
a { background-color: #2333CC; }
a { background-color: rgb(35,51,204); }
div.DivClassName
{
background-color: #2333CC;
}
.BgClassName
{
background-color: #2333CC;
}
</style>
border-color css
<style>
span { border-color: #2333CC; }
span { border-color: rgb(35,51,204); }
td.TdClassName
{
border-color: #2333CC;
}
.TagClassName
{
border-color: #2333CC;
}
</style>