Shades of Gulf Blue #35405D
Tints of Gulf Blue #35405D
RGB
CMYK
RGB Variations
Color information
#35405D (or 0x35405D) is known color: Gulf Blue. HEX triplet: 35, 40 and 5D. RGB value is (53,64,93). Sum of RGB (Red+Green+Blue) = 53+64+93=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #35405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35405D is #CABFA2. Grayscale: #3F3F3F. Windows color (decimal): -13287331 or 6111285. OLE color: 6111285.
HSL color Cylindrical-coordinate representation of color #35405D: hue angle of 223.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35405D is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 64 | 93 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.64 |
| HSL | 223.5º | 0.27% | 0.29% | - |
| HSV(B) | 223.5º | 0.43% | 0.36% | - |
| XYZ | 5.28 | 5.21 | 11.08 | - |
| YUV | 64.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 93 | 0.43 | 0.31 | 0 | 0.64 | 223.5 | 0.27 | 0.29 |
| Hex | 35 | 40 | 5D | 2B | 1F | 0 | 40 | E0 | 1B | 1D |
| Octal | 65 | 100 | 135 | 53 | 37 | 0 | 100 | 340 | 33 | 35 |
| Binary | 110101 | 1000000 | 1011101 | 101011 | 11111 | 0 | 1000000 | 11100000 | 11011 | 11101 |
Color Harmonies of #35405D
Complementary color
Monochromatic Colors of #35405D
Black with #35405D
Text Example
Text Example
White with #35405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35405D; }
p { color: rgb(53,64,93); }
H1.HeaderClassName
{
color: #35405D;
}
.AnyTagClassName
{
color: #35405D;
}
</style>
background-color css
<style>
a { background-color: #35405D; }
a { background-color: rgb(53,64,93); }
div.DivClassName
{
background-color: #35405D;
}
.BgClassName
{
background-color: #35405D;
}
</style>
border-color css
<style>
span { border-color: #35405D; }
span { border-color: rgb(53,64,93); }
td.TdClassName
{
border-color: #35405D;
}
.TagClassName
{
border-color: #35405D;
}
</style>