Shades of Gulf Blue #35435C
Tints of Gulf Blue #35435C
RGB
CMYK
RGB Variations
Color information
#35435C (or 0x35435C) is known color: Gulf Blue. HEX triplet: 35, 43 and 5C. RGB value is (53,67,92). Sum of RGB (Red+Green+Blue) = 53+67+92=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 67 (26.56% from 255 or 31.60% 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 #35435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35435C is #CABCA3. Grayscale: #414141. Windows color (decimal): -13286564 or 6046517. OLE color: 6046517.
HSL color Cylindrical-coordinate representation of color #35435C: hue angle of 218.46º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35435C is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 67 | 92 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.64 |
| HSL | 218.46º | 0.27% | 0.28% | - |
| HSV(B) | 218.46º | 0.42% | 0.36% | - |
| XYZ | 5.41 | 5.54 | 10.91 | - |
| YUV | 65.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 92 | 0.42 | 0.27 | 0 | 0.64 | 218.46 | 0.27 | 0.28 |
| Hex | 35 | 43 | 5C | 2A | 1B | 0 | 40 | DA | 1B | 1C |
| Octal | 65 | 103 | 134 | 52 | 33 | 0 | 100 | 332 | 33 | 34 |
| Binary | 110101 | 1000011 | 1011100 | 101010 | 11011 | 0 | 1000000 | 11011010 | 11011 | 11100 |
Color Harmonies of #35435C
Complementary color
Monochromatic Colors of #35435C
Black with #35435C
Text Example
Text Example
White with #35435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35435C; }
p { color: rgb(53,67,92); }
H1.HeaderClassName
{
color: #35435C;
}
.AnyTagClassName
{
color: #35435C;
}
</style>
background-color css
<style>
a { background-color: #35435C; }
a { background-color: rgb(53,67,92); }
div.DivClassName
{
background-color: #35435C;
}
.BgClassName
{
background-color: #35435C;
}
</style>
border-color css
<style>
span { border-color: #35435C; }
span { border-color: rgb(53,67,92); }
td.TdClassName
{
border-color: #35435C;
}
.TagClassName
{
border-color: #35435C;
}
</style>