Shades of Persian Blue #2337B8
Tints of Persian Blue #2337B8
RGB
CMYK
RGB Variations
Color information
#2337B8 (or 0x2337B8) is known color: Persian Blue. HEX triplet: 23, 37 and B8. RGB value is (35,55,184). Sum of RGB (Red+Green+Blue) = 35+55+184=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 184 (72.27% from 255 or 67.15% from 274); Max value from RGB is 184 - color contains mainly: blue. Hex color #2337B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2337B8 is #DCC847. Grayscale: #3F3F3F. Windows color (decimal): -14469192 or 12072739. OLE color: 12072739.
HSL color Cylindrical-coordinate representation of color #2337B8: hue angle of 231.95º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2337B8 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 55 | 184 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.28 |
| HSL | 231.95º | 0.68% | 0.43% | - |
| HSV(B) | 231.95º | 0.81% | 0.72% | - |
| XYZ | 10.71 | 6.55 | 46.05 | - |
| YUV | 63.73 | 195.87 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 184 | 0.81 | 0.70 | 0 | 0.28 | 231.95 | 0.68 | 0.43 |
| Hex | 23 | 37 | B8 | 51 | 46 | 0 | 1C | E8 | 44 | 2B |
| Octal | 43 | 67 | 270 | 121 | 106 | 0 | 34 | 350 | 104 | 53 |
| Binary | 100011 | 110111 | 10111000 | 1010001 | 1000110 | 0 | 11100 | 11101000 | 1000100 | 101011 |
Color Harmonies of #2337B8
Complementary color
Monochromatic Colors of #2337B8
Black with #2337B8
Text Example
Text Example
White with #2337B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2337B8; }
p { color: rgb(35,55,184); }
H1.HeaderClassName
{
color: #2337B8;
}
.AnyTagClassName
{
color: #2337B8;
}
</style>
background-color css
<style>
a { background-color: #2337B8; }
a { background-color: rgb(35,55,184); }
div.DivClassName
{
background-color: #2337B8;
}
.BgClassName
{
background-color: #2337B8;
}
</style>
border-color css
<style>
span { border-color: #2337B8; }
span { border-color: rgb(35,55,184); }
td.TdClassName
{
border-color: #2337B8;
}
.TagClassName
{
border-color: #2337B8;
}
</style>