Shades of Persian Blue #223DB1
Tints of Persian Blue #223DB1
RGB
CMYK
RGB Variations
Color information
#223DB1 (or 0x223DB1) is known color: Persian Blue. HEX triplet: 22, 3D and B1. RGB value is (34,61,177). Sum of RGB (Red+Green+Blue) = 34+61+177=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #223DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223DB1 is #DDC24E. Grayscale: #414141. Windows color (decimal): -14533199 or 11615522. OLE color: 11615522.
HSL color Cylindrical-coordinate representation of color #223DB1: hue angle of 228.67º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223DB1 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 61 | 177 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.31 |
| HSL | 228.67º | 0.68% | 0.41% | - |
| HSV(B) | 228.67º | 0.81% | 0.69% | - |
| XYZ | 10.26 | 6.85 | 42.38 | - |
| YUV | 66.15 | 190.55 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 177 | 0.81 | 0.66 | 0 | 0.31 | 228.67 | 0.68 | 0.41 |
| Hex | 22 | 3D | B1 | 51 | 42 | 0 | 1F | E5 | 44 | 29 |
| Octal | 42 | 75 | 261 | 121 | 102 | 0 | 37 | 345 | 104 | 51 |
| Binary | 100010 | 111101 | 10110001 | 1010001 | 1000010 | 0 | 11111 | 11100101 | 1000100 | 101001 |
Color Harmonies of #223DB1
Complementary color
Monochromatic Colors of #223DB1
Black with #223DB1
Text Example
Text Example
White with #223DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223DB1; }
p { color: rgb(34,61,177); }
H1.HeaderClassName
{
color: #223DB1;
}
.AnyTagClassName
{
color: #223DB1;
}
</style>
background-color css
<style>
a { background-color: #223DB1; }
a { background-color: rgb(34,61,177); }
div.DivClassName
{
background-color: #223DB1;
}
.BgClassName
{
background-color: #223DB1;
}
</style>
border-color css
<style>
span { border-color: #223DB1; }
span { border-color: rgb(34,61,177); }
td.TdClassName
{
border-color: #223DB1;
}
.TagClassName
{
border-color: #223DB1;
}
</style>