Shades of Persian Blue #2623B5
Tints of Persian Blue #2623B5
RGB
CMYK
RGB Variations
Color information
#2623B5 (or 0x2623B5) is known color: Persian Blue. HEX triplet: 26, 23 and B5. RGB value is (38,35,181). Sum of RGB (Red+Green+Blue) = 38+35+181=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 181 (71.09% from 255 or 71.26% from 254); Max value from RGB is 181 - color contains mainly: blue. Hex color #2623B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2623B5 is #D9DC4A. Grayscale: #333333. Windows color (decimal): -14277707 or 11871014. OLE color: 11871014.
HSL color Cylindrical-coordinate representation of color #2623B5: hue angle of 241.23º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2623B5 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 35 | 181 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.29 |
| HSL | 241.23º | 0.68% | 0.42% | - |
| HSV(B) | 241.23º | 0.81% | 0.71% | - |
| XYZ | 9.74 | 4.95 | 44.16 | - |
| YUV | 52.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 35 | 181 | 0.79 | 0.81 | 0 | 0.29 | 241.23 | 0.68 | 0.42 |
| Hex | 26 | 23 | B5 | 4F | 51 | 0 | 1D | F1 | 44 | 2A |
| Octal | 46 | 43 | 265 | 117 | 121 | 0 | 35 | 361 | 104 | 52 |
| Binary | 100110 | 100011 | 10110101 | 1001111 | 1010001 | 0 | 11101 | 11110001 | 1000100 | 101010 |
Color Harmonies of #2623B5
Complementary color
Monochromatic Colors of #2623B5
Black with #2623B5
Text Example
Text Example
White with #2623B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2623B5; }
p { color: rgb(38,35,181); }
H1.HeaderClassName
{
color: #2623B5;
}
.AnyTagClassName
{
color: #2623B5;
}
</style>
background-color css
<style>
a { background-color: #2623B5; }
a { background-color: rgb(38,35,181); }
div.DivClassName
{
background-color: #2623B5;
}
.BgClassName
{
background-color: #2623B5;
}
</style>
border-color css
<style>
span { border-color: #2623B5; }
span { border-color: rgb(38,35,181); }
td.TdClassName
{
border-color: #2623B5;
}
.TagClassName
{
border-color: #2623B5;
}
</style>