Shades of Persian Blue #2633B7
Tints of Persian Blue #2633B7
RGB
CMYK
RGB Variations
Color information
#2633B7 (or 0x2633B7) is known color: Persian Blue. HEX triplet: 26, 33 and B7. RGB value is (38,51,183). Sum of RGB (Red+Green+Blue) = 38+51+183=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 183 (71.88% from 255 or 67.28% from 272); Max value from RGB is 183 - color contains mainly: blue. Hex color #2633B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2633B7 is #D9CC48. Grayscale: #3D3D3D. Windows color (decimal): -14273609 or 12006182. OLE color: 12006182.
HSL color Cylindrical-coordinate representation of color #2633B7: hue angle of 234.62º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2633B7 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 51 | 183 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.28 |
| HSL | 234.62º | 0.66% | 0.43% | - |
| HSV(B) | 234.62º | 0.79% | 0.72% | - |
| XYZ | 10.53 | 6.2 | 45.44 | - |
| YUV | 62.16 | 196.19 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 183 | 0.79 | 0.72 | 0 | 0.28 | 234.62 | 0.66 | 0.43 |
| Hex | 26 | 33 | B7 | 4F | 48 | 0 | 1C | EB | 42 | 2B |
| Octal | 46 | 63 | 267 | 117 | 110 | 0 | 34 | 353 | 102 | 53 |
| Binary | 100110 | 110011 | 10110111 | 1001111 | 1001000 | 0 | 11100 | 11101011 | 1000010 | 101011 |
Color Harmonies of #2633B7
Complementary color
Monochromatic Colors of #2633B7
Black with #2633B7
Text Example
Text Example
White with #2633B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2633B7; }
p { color: rgb(38,51,183); }
H1.HeaderClassName
{
color: #2633B7;
}
.AnyTagClassName
{
color: #2633B7;
}
</style>
background-color css
<style>
a { background-color: #2633B7; }
a { background-color: rgb(38,51,183); }
div.DivClassName
{
background-color: #2633B7;
}
.BgClassName
{
background-color: #2633B7;
}
</style>
border-color css
<style>
span { border-color: #2633B7; }
span { border-color: rgb(38,51,183); }
td.TdClassName
{
border-color: #2633B7;
}
.TagClassName
{
border-color: #2633B7;
}
</style>