#235E87

Color #235E87 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #235E87

Tints of Bahama Blue #235E87

Color information

#235E87 (or 0x235E87) is unknown color: approx Bahama Blue. HEX triplet: 23, 5E and 87. RGB value is (35,94,135). Sum of RGB (Red+Green+Blue) = 35+94+135=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #235E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235E87 is #DCA178. Grayscale: #505050. Windows color (decimal): -14459257 or 8871459. OLE color: 8871459.

HSL color Cylindrical-coordinate representation of color #235E87: hue angle of 204.6º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235E87 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3594135-
CMYK0.740.3000.47
HSL204.6º58.82%33.33%-
HSV(B)204.6º74.07%52.94%-
XYZ9.0710.1124.4-
YUV81.03158.4595.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 13.26%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=13.26%
G=35.61%
B=51.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35941350.740.3000.47204.658.8233.33
Hex235E874A1E02Fcd3b21
Octal43136207112360573157341
Binary100011101111010000111100101011110010111111001101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235E87; }

 p { color: rgb(35,94,135); }

 H1.HeaderClassName
 {
   color: #235E87;
 }
 .AnyTagClassName
 {
   color: #235E87;
 }
</style>
background-color css

<style>
 a { background-color: #235E87; }

 a { background-color: rgb(35,94,135); }

 div.DivClassName
 {
   background-color: #235E87;
 }
 .BgClassName
 {
   background-color: #235E87;
 }
</style>
border-color css

<style>
 span { border-color: #235E87; }

 span { border-color: rgb(35,94,135); }

 td.TdClassName
 {
   border-color: #235E87;
 }
 .TagClassName
 {
   border-color: #235E87;
 }
</style>