#234C7C

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

Shades of Bahama Blue #234C7C

Tints of Bahama Blue #234C7C

Color information

#234C7C (or 0x234C7C) is unknown color: approx Bahama Blue. HEX triplet: 23, 4C and 7C. RGB value is (35,76,124). Sum of RGB (Red+Green+Blue) = 35+76+124=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #234C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C7C is #DCB383. Grayscale: #444444. Windows color (decimal): -14463876 or 8145955. OLE color: 8145955.

HSL color Cylindrical-coordinate representation of color #234C7C: hue angle of 212.36º 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 #234C7C is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3576124-
CMYK0.720.3900.51
HSL212.36º55.97%31.18%-
HSV(B)212.36º71.77%48.63%-
XYZ6.926.9820.05-
YUV69.21158.92103.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=14.89%
G=32.34%
B=52.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35761240.720.3900.51212.3655.9731.18
Hex234C7C4827033d4381f
Octal43114174110470633247037
Binary10001110011001111100100100010011101100111101010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,76,124); }

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

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

 a { background-color: rgb(35,76,124); }

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

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

 span { border-color: rgb(35,76,124); }

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