#23557A

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

Shades of Bahama Blue #23557A

Tints of Bahama Blue #23557A

Color information

#23557A (or 0x23557A) is unknown color: approx Bahama Blue. HEX triplet: 23, 55 and 7A. RGB value is (35,85,122). Sum of RGB (Red+Green+Blue) = 35+85+122=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #23557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23557A is #DCAA85. Grayscale: #4A4A4A. Windows color (decimal): -14461574 or 8017187. OLE color: 8017187.

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

Color convert

RGB3585122-
CMYK0.710.3000.52
HSL205.52º55.41%30.78%-
HSV(B)205.52º71.31%47.84%-
XYZ7.458.2619.61-
YUV74.27154.9499.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.46%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=14.46%
G=35.12%
B=50.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35851220.710.3000.52205.5255.4130.78
Hex23557A471E034ce371f
Octal43125172107360643166737
Binary1000111010101111101010001111111001101001100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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