#23547A

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

Shades of Bahama Blue #23547A

Tints of Bahama Blue #23547A

Color information

#23547A (or 0x23547A) is unknown color: approx Bahama Blue. HEX triplet: 23, 54 and 7A. RGB value is (35,84,122). Sum of RGB (Red+Green+Blue) = 35+84+122=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #23547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23547A is #DCAB85. Grayscale: #494949. Windows color (decimal): -14461830 or 8016931. OLE color: 8016931.

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

Color convert

RGB3584122-
CMYK0.710.3100.52
HSL206.21º55.41%30.78%-
HSV(B)206.21º71.31%47.84%-
XYZ7.388.119.59-
YUV73.68155.27100.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.52%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=14.52%
G=34.85%
B=50.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35841220.710.3100.52206.2155.4130.78
Hex23547A471F034ce371f
Octal43124172107370643166737
Binary1000111010100111101010001111111101101001100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23547A; }

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

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

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

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

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

<style>
 span { border-color: #23547A; }

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

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