#23527D

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

Shades of Bahama Blue #23527D

Tints of Bahama Blue #23527D

Color information

#23527D (or 0x23527D) is unknown color: approx Bahama Blue. HEX triplet: 23, 52 and 7D. RGB value is (35,82,125). Sum of RGB (Red+Green+Blue) = 35+82+125=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #23527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23527D is #DCAD82. Grayscale: #484848. Windows color (decimal): -14462339 or 8213027. OLE color: 8213027.

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

Color convert

RGB3582125-
CMYK0.720.3400.51
HSL208.67º56.25%31.37%-
HSV(B)208.67º72%49.02%-
XYZ7.417.8720.53-
YUV72.85157.43101-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.46%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 125 (49.22% from 255) = 51.65%
R=14.46%
G=33.88%
B=51.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35821250.720.3400.51208.6756.2531.37
Hex23527D4822033d1381f
Octal43122175110420633217037
Binary10001110100101111101100100010001001100111101000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23527D; }

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

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

<style>
 a { background-color: #23527D; }

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

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

<style>
 span { border-color: #23527D; }

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

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