Shades of Venice Blue #264C6E
Tints of Venice Blue #264C6E
RGB
CMYK
RGB Variations
Color information
#264C6E (or 0x264C6E) is known color: Venice Blue. HEX triplet: 26, 4C and 6E. RGB value is (38,76,110). Sum of RGB (Red+Green+Blue) = 38+76+110=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #264C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C6E is #D9B391. Grayscale: #444444. Windows color (decimal): -14267282 or 7228454. OLE color: 7228454.
HSL color Cylindrical-coordinate representation of color #264C6E: hue angle of 208.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #264C6E is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 76 | 110 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.57 |
| HSL | 208.33º | 0.49% | 0.29% | - |
| HSV(B) | 208.33º | 0.65% | 0.43% | - |
| XYZ | 6.2 | 6.71 | 15.72 | - |
| YUV | 68.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 110 | 0.65 | 0.31 | 0 | 0.57 | 208.33 | 0.49 | 0.29 |
| Hex | 26 | 4C | 6E | 41 | 1F | 0 | 39 | D0 | 31 | 1D |
| Octal | 46 | 114 | 156 | 101 | 37 | 0 | 71 | 320 | 61 | 35 |
| Binary | 100110 | 1001100 | 1101110 | 1000001 | 11111 | 0 | 111001 | 11010000 | 110001 | 11101 |
Color Harmonies of #264C6E
Complementary color
Monochromatic Colors of #264C6E
Black with #264C6E
Text Example
Text Example
White with #264C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C6E; }
p { color: rgb(38,76,110); }
H1.HeaderClassName
{
color: #264C6E;
}
.AnyTagClassName
{
color: #264C6E;
}
</style>
background-color css
<style>
a { background-color: #264C6E; }
a { background-color: rgb(38,76,110); }
div.DivClassName
{
background-color: #264C6E;
}
.BgClassName
{
background-color: #264C6E;
}
</style>
border-color css
<style>
span { border-color: #264C6E; }
span { border-color: rgb(38,76,110); }
td.TdClassName
{
border-color: #264C6E;
}
.TagClassName
{
border-color: #264C6E;
}
</style>