#234F80

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

Shades of Bahama Blue #234F80

Tints of Bahama Blue #234F80

Color information

#234F80 (or 0x234F80) is unknown color: approx Bahama Blue. HEX triplet: 23, 4F and 80. RGB value is (35,79,128). Sum of RGB (Red+Green+Blue) = 35+79+128=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #234F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234F80 is #DCB07F. Grayscale: #474747. Windows color (decimal): -14463104 or 8408867. OLE color: 8408867.

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

Color convert

RGB3579128-
CMYK0.730.3800.50
HSL211.61º57.06%31.96%-
HSV(B)211.61º72.66%50.2%-
XYZ7.397.5121.48-
YUV71.43159.92102.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.46%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=14.46%
G=32.64%
B=52.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35791280.730.3800.50211.6157.0631.96
Hex234F804926032d43920
Octal43117200111460623247140
Binary1000111001111100000001001001100110011001011010100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234F80; }

 p { color: rgb(35,79,128); }

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

<style>
 a { background-color: #234F80; }

 a { background-color: rgb(35,79,128); }

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

<style>
 span { border-color: #234F80; }

 span { border-color: rgb(35,79,128); }

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