Shades of Gulf Blue #34405A
Tints of Gulf Blue #34405A
RGB
CMYK
RGB Variations
Color information
#34405A (or 0x34405A) is known color: Gulf Blue. HEX triplet: 34, 40 and 5A. RGB value is (52,64,90). Sum of RGB (Red+Green+Blue) = 52+64+90=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #34405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34405A is #CBBFA5. Grayscale: #3F3F3F. Windows color (decimal): -13352870 or 5914676. OLE color: 5914676.
HSL color Cylindrical-coordinate representation of color #34405A: hue angle of 221.05º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34405A is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 64 | 90 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.65 |
| HSL | 221.05º | 0.27% | 0.28% | - |
| HSV(B) | 221.05º | 0.42% | 0.35% | - |
| XYZ | 5.1 | 5.14 | 10.4 | - |
| YUV | 63.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 90 | 0.42 | 0.29 | 0 | 0.65 | 221.05 | 0.27 | 0.28 |
| Hex | 34 | 40 | 5A | 2A | 1D | 0 | 41 | DD | 1B | 1C |
| Octal | 64 | 100 | 132 | 52 | 35 | 0 | 101 | 335 | 33 | 34 |
| Binary | 110100 | 1000000 | 1011010 | 101010 | 11101 | 0 | 1000001 | 11011101 | 11011 | 11100 |
Color Harmonies of #34405A
Complementary color
Monochromatic Colors of #34405A
Black with #34405A
Text Example
Text Example
White with #34405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34405A; }
p { color: rgb(52,64,90); }
H1.HeaderClassName
{
color: #34405A;
}
.AnyTagClassName
{
color: #34405A;
}
</style>
background-color css
<style>
a { background-color: #34405A; }
a { background-color: rgb(52,64,90); }
div.DivClassName
{
background-color: #34405A;
}
.BgClassName
{
background-color: #34405A;
}
</style>
border-color css
<style>
span { border-color: #34405A; }
span { border-color: rgb(52,64,90); }
td.TdClassName
{
border-color: #34405A;
}
.TagClassName
{
border-color: #34405A;
}
</style>