#235B7F

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

Shades of Bahama Blue #235B7F

Tints of Bahama Blue #235B7F

Color information

#235B7F (or 0x235B7F) is unknown color: approx Bahama Blue. HEX triplet: 23, 5B and 7F. RGB value is (35,91,127). Sum of RGB (Red+Green+Blue) = 35+91+127=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #235B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B7F is #DCA480. Grayscale: #4E4E4E. Windows color (decimal): -14460033 or 8346403. OLE color: 8346403.

HSL color Cylindrical-coordinate representation of color #235B7F: hue angle of 203.48º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #235B7F is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3591127-
CMYK0.720.2800.50
HSL203.48º56.79%31.76%-
HSV(B)203.48º72.44%49.8%-
XYZ8.269.3721.45-
YUV78.36155.4597.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 127 (50% from 255) = 50.20%
R=13.83%
G=35.97%
B=50.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35911270.720.2800.50203.4856.7931.76
Hex235B7F481C032cb3920
Octal43133177110340623137140
Binary10001110110111111111100100011100011001011001011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,91,127); }

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

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

 a { background-color: rgb(35,91,127); }

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

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

 span { border-color: rgb(35,91,127); }

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