Shades of Regal Blue #264358
Tints of Regal Blue #264358
RGB
CMYK
RGB Variations
Color information
#264358 (or 0x264358) is known color: Regal Blue. HEX triplet: 26, 43 and 58. RGB value is (38,67,88). Sum of RGB (Red+Green+Blue) = 38+67+88=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #264358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264358 is #D9BCA7. Grayscale: #3C3C3C. Windows color (decimal): -14269608 or 5784358. OLE color: 5784358.
HSL color Cylindrical-coordinate representation of color #264358: hue angle of 205.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264358 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 67 | 88 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.65 |
| HSL | 205.2º | 0.4% | 0.25% | - |
| HSV(B) | 205.2º | 0.57% | 0.35% | - |
| XYZ | 4.57 | 5.13 | 9.98 | - |
| YUV | 60.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 88 | 0.57 | 0.24 | 0 | 0.65 | 205.2 | 0.4 | 0.25 |
| Hex | 26 | 43 | 58 | 39 | 18 | 0 | 41 | CD | 28 | 19 |
| Octal | 46 | 103 | 130 | 71 | 30 | 0 | 101 | 315 | 50 | 31 |
| Binary | 100110 | 1000011 | 1011000 | 111001 | 11000 | 0 | 1000001 | 11001101 | 101000 | 11001 |
Color Harmonies of #264358
Complementary color
Monochromatic Colors of #264358
Black with #264358
Text Example
Text Example
White with #264358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264358; }
p { color: rgb(38,67,88); }
H1.HeaderClassName
{
color: #264358;
}
.AnyTagClassName
{
color: #264358;
}
</style>
background-color css
<style>
a { background-color: #264358; }
a { background-color: rgb(38,67,88); }
div.DivClassName
{
background-color: #264358;
}
.BgClassName
{
background-color: #264358;
}
</style>
border-color css
<style>
span { border-color: #264358; }
span { border-color: rgb(38,67,88); }
td.TdClassName
{
border-color: #264358;
}
.TagClassName
{
border-color: #264358;
}
</style>