#23567F

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

Shades of Bahama Blue #23567F

Tints of Bahama Blue #23567F

Color information

#23567F (or 0x23567F) is unknown color: approx Bahama Blue. HEX triplet: 23, 56 and 7F. RGB value is (35,86,127). Sum of RGB (Red+Green+Blue) = 35+86+127=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #23567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23567F is #DCA980. Grayscale: #4B4B4B. Windows color (decimal): -14461313 or 8345123. OLE color: 8345123.

HSL color Cylindrical-coordinate representation of color #23567F: hue angle of 206.74º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23567F is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3586127-
CMYK0.720.3200.50
HSL206.74º56.79%31.76%-
HSV(B)206.74º72.44%49.8%-
XYZ7.858.5521.31-
YUV75.42157.199.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.11%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 127 (50% from 255) = 51.21%
R=14.11%
G=34.68%
B=51.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35861270.720.3200.50206.7456.7931.76
Hex23567F4820032cf3920
Octal43126177110400623177140
Binary100011101011011111111001000100000011001011001111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23567F; }

 p { color: rgb(35,86,127); }

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

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

 a { background-color: rgb(35,86,127); }

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

<style>
 span { border-color: #23567F; }

 span { border-color: rgb(35,86,127); }

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