#23507B

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

Shades of Bahama Blue #23507B

Tints of Bahama Blue #23507B

Color information

#23507B (or 0x23507B) is unknown color: approx Bahama Blue. HEX triplet: 23, 50 and 7B. RGB value is (35,80,123). Sum of RGB (Red+Green+Blue) = 35+80+123=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #23507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23507B is #DCAF84. Grayscale: #474747. Windows color (decimal): -14462853 or 8081443. OLE color: 8081443.

HSL color Cylindrical-coordinate representation of color #23507B: hue angle of 209.32º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23507B is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3580123-
CMYK0.720.3500.52
HSL209.32º55.7%30.98%-
HSV(B)209.32º71.54%48.24%-
XYZ7.147.5219.82-
YUV71.45157.09102-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.71%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=14.71%
G=33.61%
B=51.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35801230.720.3500.52209.3255.730.98
Hex23507B4823034d1381f
Octal43120173110430643217037
Binary10001110100001111011100100010001101101001101000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23507B; }

 p { color: rgb(35,80,123); }

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

<style>
 a { background-color: #23507B; }

 a { background-color: rgb(35,80,123); }

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

<style>
 span { border-color: #23507B; }

 span { border-color: rgb(35,80,123); }

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