Shades of Gulf Blue #3B435C
Tints of Gulf Blue #3B435C
RGB
CMYK
RGB Variations
Color information
#3B435C (or 0x3B435C) is known color: Gulf Blue. HEX triplet: 3B, 43 and 5C. RGB value is (59,67,92). Sum of RGB (Red+Green+Blue) = 59+67+92=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B435C is #C4BCA3. Grayscale: #434343. Windows color (decimal): -12893348 or 6046523. OLE color: 6046523.
HSL color Cylindrical-coordinate representation of color #3B435C: hue angle of 225.45º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B435C is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 67 | 92 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.64 |
| HSL | 225.45º | 0.22% | 0.3% | - |
| HSV(B) | 225.45º | 0.36% | 0.36% | - |
| XYZ | 5.74 | 5.72 | 10.93 | - |
| YUV | 67.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 92 | 0.36 | 0.27 | 0 | 0.64 | 225.45 | 0.22 | 0.3 |
| Hex | 3B | 43 | 5C | 24 | 1B | 0 | 40 | E1 | 16 | 1E |
| Octal | 73 | 103 | 134 | 44 | 33 | 0 | 100 | 341 | 26 | 36 |
| Binary | 111011 | 1000011 | 1011100 | 100100 | 11011 | 0 | 1000000 | 11100001 | 10110 | 11110 |
Color Harmonies of #3B435C
Complementary color
Monochromatic Colors of #3B435C
Black with #3B435C
Text Example
Text Example
White with #3B435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B435C; }
p { color: rgb(59,67,92); }
H1.HeaderClassName
{
color: #3B435C;
}
.AnyTagClassName
{
color: #3B435C;
}
</style>
background-color css
<style>
a { background-color: #3B435C; }
a { background-color: rgb(59,67,92); }
div.DivClassName
{
background-color: #3B435C;
}
.BgClassName
{
background-color: #3B435C;
}
</style>
border-color css
<style>
span { border-color: #3B435C; }
span { border-color: rgb(59,67,92); }
td.TdClassName
{
border-color: #3B435C;
}
.TagClassName
{
border-color: #3B435C;
}
</style>