Shades of Bahama Blue #235383
Tints of Bahama Blue #235383
RGB
CMYK
RGB Variations
Color information
#235383 (or 0x235383) is known color: Bahama Blue. HEX triplet: 23, 53 and 83. RGB value is (35,83,131). Sum of RGB (Red+Green+Blue) = 35+83+131=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #235383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235383 is #DCAC7C. Grayscale: #494949. Windows color (decimal): -14462077 or 8606499. OLE color: 8606499.
HSL color Cylindrical-coordinate representation of color #235383: hue angle of 210º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #235383 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 83 | 131 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.49 |
| HSL | 210º | 0.58% | 0.33% | - |
| HSV(B) | 210º | 0.73% | 0.51% | - |
| XYZ | 7.88 | 8.18 | 22.64 | - |
| YUV | 74.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 131 | 0.73 | 0.37 | 0 | 0.49 | 210 | 0.58 | 0.33 |
| Hex | 23 | 53 | 83 | 49 | 25 | 0 | 31 | D2 | 3A | 21 |
| Octal | 43 | 123 | 203 | 111 | 45 | 0 | 61 | 322 | 72 | 41 |
| Binary | 100011 | 1010011 | 10000011 | 1001001 | 100101 | 0 | 110001 | 11010010 | 111010 | 100001 |
Color Harmonies of #235383
Complementary color
Monochromatic Colors of #235383
Black with #235383
Text Example
Text Example
White with #235383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235383; }
p { color: rgb(35,83,131); }
H1.HeaderClassName
{
color: #235383;
}
.AnyTagClassName
{
color: #235383;
}
</style>
background-color css
<style>
a { background-color: #235383; }
a { background-color: rgb(35,83,131); }
div.DivClassName
{
background-color: #235383;
}
.BgClassName
{
background-color: #235383;
}
</style>
border-color css
<style>
span { border-color: #235383; }
span { border-color: rgb(35,83,131); }
td.TdClassName
{
border-color: #235383;
}
.TagClassName
{
border-color: #235383;
}
</style>