Shades of Gulf Blue #35435D
Tints of Gulf Blue #35435D
RGB
CMYK
RGB Variations
Color information
#35435D (or 0x35435D) is known color: Gulf Blue. HEX triplet: 35, 43 and 5D. RGB value is (53,67,93). Sum of RGB (Red+Green+Blue) = 53+67+93=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #35435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35435D is #CABCA2. Grayscale: #414141. Windows color (decimal): -13286563 or 6112053. OLE color: 6112053.
HSL color Cylindrical-coordinate representation of color #35435D: hue angle of 219º 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 #35435D is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 67 | 93 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.64 |
| HSL | 219º | 0.27% | 0.29% | - |
| HSV(B) | 219º | 0.43% | 0.36% | - |
| XYZ | 5.45 | 5.56 | 11.14 | - |
| YUV | 65.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 93 | 0.43 | 0.28 | 0 | 0.64 | 219 | 0.27 | 0.29 |
| Hex | 35 | 43 | 5D | 2B | 1C | 0 | 40 | DB | 1B | 1D |
| Octal | 65 | 103 | 135 | 53 | 34 | 0 | 100 | 333 | 33 | 35 |
| Binary | 110101 | 1000011 | 1011101 | 101011 | 11100 | 0 | 1000000 | 11011011 | 11011 | 11101 |
Color Harmonies of #35435D
Complementary color
Monochromatic Colors of #35435D
Black with #35435D
Text Example
Text Example
White with #35435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35435D; }
p { color: rgb(53,67,93); }
H1.HeaderClassName
{
color: #35435D;
}
.AnyTagClassName
{
color: #35435D;
}
</style>
background-color css
<style>
a { background-color: #35435D; }
a { background-color: rgb(53,67,93); }
div.DivClassName
{
background-color: #35435D;
}
.BgClassName
{
background-color: #35435D;
}
</style>
border-color css
<style>
span { border-color: #35435D; }
span { border-color: rgb(53,67,93); }
td.TdClassName
{
border-color: #35435D;
}
.TagClassName
{
border-color: #35435D;
}
</style>