#23527a

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

Shades of Bahama Blue #23527A

Tints of Bahama Blue #23527A

Color information

#23527A (or 0x23527A) is unknown color: approx Bahama Blue. HEX triplet: 23, 52 and 7A. RGB value is (35,82,122). Sum of RGB (Red+Green+Blue) = 35+82+122=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #23527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23527A is #DCAD85. Grayscale: #484848. Windows color (decimal): -14462342 or 8016419. OLE color: 8016419.

HSL color Cylindrical-coordinate representation of color #23527A: hue angle of 207.59º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23527A is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3582122-
CMYK0.710.3300.52
HSL207.59º55.41%30.78%-
HSV(B)207.59º71.31%47.84%-
XYZ7.227.819.54-
YUV72.51155.93101.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.64%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=14.64%
G=34.31%
B=51.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35821220.710.3300.52207.5955.4130.78
Hex23527A4721034d0371f
Octal43122172107410643206737
Binary10001110100101111010100011110000101101001101000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23527a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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