Shades of Persian Blue #2318B2
Tints of Persian Blue #2318B2
RGB
CMYK
RGB Variations
Color information
#2318B2 (or 0x2318B2) is known color: Persian Blue. HEX triplet: 23, 18 and B2. RGB value is (35,24,178). Sum of RGB (Red+Green+Blue) = 35+24+178=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 178 (69.92% from 255 or 75.11% from 237); Max value from RGB is 178 - color contains mainly: blue. Hex color #2318B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2318B2 is #DCE74D. Grayscale: #2C2C2C. Windows color (decimal): -14477134 or 11671587. OLE color: 11671587.
HSL color Cylindrical-coordinate representation of color #2318B2: hue angle of 244.29º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2318B2 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 24 | 178 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.30 |
| HSL | 244.29º | 0.76% | 0.4% | - |
| HSV(B) | 244.29º | 0.87% | 0.7% | - |
| XYZ | 9.06 | 4.22 | 42.46 | - |
| YUV | 44.85 | 203.14 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 178 | 0.80 | 0.87 | 0 | 0.30 | 244.29 | 0.76 | 0.4 |
| Hex | 23 | 18 | B2 | 50 | 57 | 0 | 1E | F4 | 4C | 28 |
| Octal | 43 | 30 | 262 | 120 | 127 | 0 | 36 | 364 | 114 | 50 |
| Binary | 100011 | 11000 | 10110010 | 1010000 | 1010111 | 0 | 11110 | 11110100 | 1001100 | 101000 |
Color Harmonies of #2318B2
Complementary color
Monochromatic Colors of #2318B2
Black with #2318B2
Text Example
Text Example
White with #2318B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2318B2; }
p { color: rgb(35,24,178); }
H1.HeaderClassName
{
color: #2318B2;
}
.AnyTagClassName
{
color: #2318B2;
}
</style>
background-color css
<style>
a { background-color: #2318B2; }
a { background-color: rgb(35,24,178); }
div.DivClassName
{
background-color: #2318B2;
}
.BgClassName
{
background-color: #2318B2;
}
</style>
border-color css
<style>
span { border-color: #2318B2; }
span { border-color: rgb(35,24,178); }
td.TdClassName
{
border-color: #2318B2;
}
.TagClassName
{
border-color: #2318B2;
}
</style>