Shades of Venice Blue #264A70
Tints of Venice Blue #264A70
RGB
CMYK
RGB Variations
Color information
#264A70 (or 0x264A70) is known color: Venice Blue. HEX triplet: 26, 4A and 70. RGB value is (38,74,112). Sum of RGB (Red+Green+Blue) = 38+74+112=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #264A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A70 is #D9B58F. Grayscale: #434343. Windows color (decimal): -14267792 or 7359014. OLE color: 7359014.
HSL color Cylindrical-coordinate representation of color #264A70: hue angle of 210.81º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264A70 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 74 | 112 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.56 |
| HSL | 210.81º | 0.49% | 0.29% | - |
| HSV(B) | 210.81º | 0.66% | 0.44% | - |
| XYZ | 6.17 | 6.48 | 16.25 | - |
| YUV | 67.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 112 | 0.66 | 0.34 | 0 | 0.56 | 210.81 | 0.49 | 0.29 |
| Hex | 26 | 4A | 70 | 42 | 22 | 0 | 38 | D3 | 31 | 1D |
| Octal | 46 | 112 | 160 | 102 | 42 | 0 | 70 | 323 | 61 | 35 |
| Binary | 100110 | 1001010 | 1110000 | 1000010 | 100010 | 0 | 111000 | 11010011 | 110001 | 11101 |
Color Harmonies of #264A70
Complementary color
Monochromatic Colors of #264A70
Black with #264A70
Text Example
Text Example
White with #264A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A70; }
p { color: rgb(38,74,112); }
H1.HeaderClassName
{
color: #264A70;
}
.AnyTagClassName
{
color: #264A70;
}
</style>
background-color css
<style>
a { background-color: #264A70; }
a { background-color: rgb(38,74,112); }
div.DivClassName
{
background-color: #264A70;
}
.BgClassName
{
background-color: #264A70;
}
</style>
border-color css
<style>
span { border-color: #264A70; }
span { border-color: rgb(38,74,112); }
td.TdClassName
{
border-color: #264A70;
}
.TagClassName
{
border-color: #264A70;
}
</style>