Shades of Persian Blue #2338DA
Tints of Persian Blue #2338DA
RGB
CMYK
RGB Variations
Color information
#2338DA (or 0x2338DA) is known color: Persian Blue. HEX triplet: 23, 38 and DA. RGB value is (35,56,218). Sum of RGB (Red+Green+Blue) = 35+56+218=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #2338DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2338DA is #DCC725. Grayscale: #434343. Windows color (decimal): -14468902 or 14301219. OLE color: 14301219.
HSL color Cylindrical-coordinate representation of color #2338DA: hue angle of 233.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2338DA is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 56 | 218 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.15 |
| HSL | 233.11º | 0.72% | 0.5% | - |
| HSV(B) | 233.11º | 0.84% | 0.85% | - |
| XYZ | 14.76 | 8.25 | 67.14 | - |
| YUV | 68.19 | 212.54 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 218 | 0.84 | 0.74 | 0 | 0.15 | 233.11 | 0.72 | 0.5 |
| Hex | 23 | 38 | DA | 54 | 4A | 0 | F | E9 | 48 | 32 |
| Octal | 43 | 70 | 332 | 124 | 112 | 0 | 17 | 351 | 110 | 62 |
| Binary | 100011 | 111000 | 11011010 | 1010100 | 1001010 | 0 | 1111 | 11101001 | 1001000 | 110010 |
Color Harmonies of #2338DA
Complementary color
Monochromatic Colors of #2338DA
Black with #2338DA
Text Example
Text Example
White with #2338DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2338DA; }
p { color: rgb(35,56,218); }
H1.HeaderClassName
{
color: #2338DA;
}
.AnyTagClassName
{
color: #2338DA;
}
</style>
background-color css
<style>
a { background-color: #2338DA; }
a { background-color: rgb(35,56,218); }
div.DivClassName
{
background-color: #2338DA;
}
.BgClassName
{
background-color: #2338DA;
}
</style>
border-color css
<style>
span { border-color: #2338DA; }
span { border-color: rgb(35,56,218); }
td.TdClassName
{
border-color: #2338DA;
}
.TagClassName
{
border-color: #2338DA;
}
</style>