#235F7F

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

Shades of Bahama Blue #235F7F

Tints of Bahama Blue #235F7F

Color information

#235F7F (or 0x235F7F) is unknown color: approx Bahama Blue. HEX triplet: 23, 5F and 7F. RGB value is (35,95,127). Sum of RGB (Red+Green+Blue) = 35+95+127=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #235F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F7F is #DCA080. Grayscale: #505050. Windows color (decimal): -14459009 or 8347427. OLE color: 8347427.

HSL color Cylindrical-coordinate representation of color #235F7F: hue angle of 200.87º 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 #235F7F is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3595127-
CMYK0.720.2500.50
HSL200.87º56.79%31.76%-
HSV(B)200.87º72.44%49.8%-
XYZ8.6210.0721.57-
YUV80.71154.1295.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.62%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 127 (50% from 255) = 49.42%
R=13.62%
G=36.96%
B=49.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35951270.720.2500.50200.8756.7931.76
Hex235F7F4819032c93920
Octal43137177110310623117140
Binary10001110111111111111100100011001011001011001001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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