Shades of Persian Blue #262BCC
Tints of Persian Blue #262BCC
RGB
CMYK
RGB Variations
Color information
#262BCC (or 0x262BCC) is known color: Persian Blue. HEX triplet: 26, 2B and CC. RGB value is (38,43,204). Sum of RGB (Red+Green+Blue) = 38+43+204=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #262BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262BCC is #D9D433. Grayscale: #3B3B3B. Windows color (decimal): -14275636 or 13380390. OLE color: 13380390.
HSL color Cylindrical-coordinate representation of color #262BCC: hue angle of 238.19º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #262BCC is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 43 | 204 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.2 |
| HSL | 238.19º | 0.69% | 0.47% | - |
| HSV(B) | 238.19º | 0.81% | 0.8% | - |
| XYZ | 12.56 | 6.5 | 57.72 | - |
| YUV | 59.86 | 209.34 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 204 | 0.81 | 0.79 | 0 | 0.2 | 238.19 | 0.69 | 0.47 |
| Hex | 26 | 2B | CC | 51 | 4F | 0 | 14 | EE | 45 | 2F |
| Octal | 46 | 53 | 314 | 121 | 117 | 0 | 24 | 356 | 105 | 57 |
| Binary | 100110 | 101011 | 11001100 | 1010001 | 1001111 | 0 | 10100 | 11101110 | 1000101 | 101111 |
Color Harmonies of #262BCC
Complementary color
Monochromatic Colors of #262BCC
Black with #262BCC
Text Example
Text Example
White with #262BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262BCC; }
p { color: rgb(38,43,204); }
H1.HeaderClassName
{
color: #262BCC;
}
.AnyTagClassName
{
color: #262BCC;
}
</style>
background-color css
<style>
a { background-color: #262BCC; }
a { background-color: rgb(38,43,204); }
div.DivClassName
{
background-color: #262BCC;
}
.BgClassName
{
background-color: #262BCC;
}
</style>
border-color css
<style>
span { border-color: #262BCC; }
span { border-color: rgb(38,43,204); }
td.TdClassName
{
border-color: #262BCC;
}
.TagClassName
{
border-color: #262BCC;
}
</style>