Shades of Gulf Blue #34445C
Tints of Gulf Blue #34445C
RGB
CMYK
RGB Variations
Color information
#34445C (or 0x34445C) is known color: Gulf Blue. HEX triplet: 34, 44 and 5C. RGB value is (52,68,92). Sum of RGB (Red+Green+Blue) = 52+68+92=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #34445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34445C is #CBBBA3. Grayscale: #414141. Windows color (decimal): -13351844 or 6046772. OLE color: 6046772.
HSL color Cylindrical-coordinate representation of color #34445C: hue angle of 216º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34445C is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 68 | 92 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.64 |
| HSL | 216º | 0.28% | 0.28% | - |
| HSV(B) | 216º | 0.43% | 0.36% | - |
| XYZ | 5.42 | 5.64 | 10.93 | - |
| YUV | 65.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 92 | 0.43 | 0.26 | 0 | 0.64 | 216 | 0.28 | 0.28 |
| Hex | 34 | 44 | 5C | 2B | 1A | 0 | 40 | D8 | 1C | 1C |
| Octal | 64 | 104 | 134 | 53 | 32 | 0 | 100 | 330 | 34 | 34 |
| Binary | 110100 | 1000100 | 1011100 | 101011 | 11010 | 0 | 1000000 | 11011000 | 11100 | 11100 |
Color Harmonies of #34445C
Complementary color
Monochromatic Colors of #34445C
Black with #34445C
Text Example
Text Example
White with #34445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34445C; }
p { color: rgb(52,68,92); }
H1.HeaderClassName
{
color: #34445C;
}
.AnyTagClassName
{
color: #34445C;
}
</style>
background-color css
<style>
a { background-color: #34445C; }
a { background-color: rgb(52,68,92); }
div.DivClassName
{
background-color: #34445C;
}
.BgClassName
{
background-color: #34445C;
}
</style>
border-color css
<style>
span { border-color: #34445C; }
span { border-color: rgb(52,68,92); }
td.TdClassName
{
border-color: #34445C;
}
.TagClassName
{
border-color: #34445C;
}
</style>