Shades of Persian Blue #2328CC
Tints of Persian Blue #2328CC
RGB
CMYK
RGB Variations
Color information
#2328CC (or 0x2328CC) is known color: Persian Blue. HEX triplet: 23, 28 and CC. RGB value is (35,40,204). Sum of RGB (Red+Green+Blue) = 35+40+204=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #2328CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2328CC is #DCD733. Grayscale: #383838. Windows color (decimal): -14473012 or 13379619. OLE color: 13379619.
HSL color Cylindrical-coordinate representation of color #2328CC: hue angle of 238.22º 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 #2328CC is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 40 | 204 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.2 |
| HSL | 238.22º | 0.71% | 0.47% | - |
| HSV(B) | 238.22º | 0.83% | 0.8% | - |
| XYZ | 12.35 | 6.23 | 57.68 | - |
| YUV | 57.2 | 210.84 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 204 | 0.83 | 0.80 | 0 | 0.2 | 238.22 | 0.71 | 0.47 |
| Hex | 23 | 28 | CC | 53 | 50 | 0 | 14 | EE | 47 | 2F |
| Octal | 43 | 50 | 314 | 123 | 120 | 0 | 24 | 356 | 107 | 57 |
| Binary | 100011 | 101000 | 11001100 | 1010011 | 1010000 | 0 | 10100 | 11101110 | 1000111 | 101111 |
Color Harmonies of #2328CC
Complementary color
Monochromatic Colors of #2328CC
Black with #2328CC
Text Example
Text Example
White with #2328CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2328CC; }
p { color: rgb(35,40,204); }
H1.HeaderClassName
{
color: #2328CC;
}
.AnyTagClassName
{
color: #2328CC;
}
</style>
background-color css
<style>
a { background-color: #2328CC; }
a { background-color: rgb(35,40,204); }
div.DivClassName
{
background-color: #2328CC;
}
.BgClassName
{
background-color: #2328CC;
}
</style>
border-color css
<style>
span { border-color: #2328CC; }
span { border-color: rgb(35,40,204); }
td.TdClassName
{
border-color: #2328CC;
}
.TagClassName
{
border-color: #2328CC;
}
</style>