#234f81

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

Shades of Bahama Blue #234F81

Tints of Bahama Blue #234F81

Color information

#234F81 (or 0x234F81) is unknown color: approx Bahama Blue. HEX triplet: 23, 4F and 81. RGB value is (35,79,129). Sum of RGB (Red+Green+Blue) = 35+79+129=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #234F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234F81 is #DCB07E. Grayscale: #474747. Windows color (decimal): -14463103 or 8474403. OLE color: 8474403.

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

Color convert

RGB3579129-
CMYK0.730.3900.49
HSL211.91º57.32%32.16%-
HSV(B)211.91º72.87%50.59%-
XYZ7.457.5321.83-
YUV71.54160.42101.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=14.40%
G=32.51%
B=53.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35791290.730.3900.49211.9157.3232.16
Hex234F814927031d43920
Octal43117201111470613247140
Binary1000111001111100000011001001100111011000111010100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234f81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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