#23557B

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

Shades of Bahama Blue #23557B

Tints of Bahama Blue #23557B

Color information

#23557B (or 0x23557B) is unknown color: approx Bahama Blue. HEX triplet: 23, 55 and 7B. RGB value is (35,85,123). Sum of RGB (Red+Green+Blue) = 35+85+123=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #23557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23557B is #DCAA84. Grayscale: #4A4A4A. Windows color (decimal): -14461573 or 8082723. OLE color: 8082723.

HSL color Cylindrical-coordinate representation of color #23557B: hue angle of 205.91º 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 #23557B is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3585123-
CMYK0.720.3100.52
HSL205.91º55.7%30.98%-
HSV(B)205.91º71.54%48.24%-
XYZ7.528.2819.94-
YUV74.38155.4499.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=14.40%
G=34.98%
B=50.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35851230.720.3100.52205.9155.730.98
Hex23557B481F034ce381f
Octal43125173110370643167037
Binary1000111010101111101110010001111101101001100111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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