#234E7D

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

Shades of Bahama Blue #234E7D

Tints of Bahama Blue #234E7D

Color information

#234E7D (or 0x234E7D) is unknown color: approx Bahama Blue. HEX triplet: 23, 4E and 7D. RGB value is (35,78,125). Sum of RGB (Red+Green+Blue) = 35+78+125=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #234E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E7D is #DCB182. Grayscale: #464646. Windows color (decimal): -14463363 or 8212003. OLE color: 8212003.

HSL color Cylindrical-coordinate representation of color #234E7D: hue angle of 211.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #234E7D is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3578125-
CMYK0.720.3800.51
HSL211.33º56.25%31.37%-
HSV(B)211.33º72%49.02%-
XYZ7.127.2920.43-
YUV70.5158.75102.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 125 (49.22% from 255) = 52.52%
R=14.71%
G=32.77%
B=52.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35781250.720.3800.51211.3356.2531.37
Hex234E7D4826033d3381f
Octal43116175110460633237037
Binary10001110011101111101100100010011001100111101001111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,78,125); }

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

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

 a { background-color: rgb(35,78,125); }

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

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

 span { border-color: rgb(35,78,125); }

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