#23658B

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

Shades of Bahama Blue #23658B

Tints of Bahama Blue #23658B

Color information

#23658B (or 0x23658B) is unknown color: approx Bahama Blue. HEX triplet: 23, 65 and 8B. RGB value is (35,101,139). Sum of RGB (Red+Green+Blue) = 35+101+139=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #23658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23658B is #DC9A74. Grayscale: #555555. Windows color (decimal): -14457461 or 9135395. OLE color: 9135395.

HSL color Cylindrical-coordinate representation of color #23658B: hue angle of 201.92º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23658B is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB35101139-
CMYK0.750.2700.45
HSL201.92º59.77%34.12%-
HSV(B)201.92º74.82%54.51%-
XYZ10.0111.5326.12-
YUV85.6158.1391.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.73%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=12.73%
G=36.73%
B=50.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351011390.750.2700.45201.9259.7734.12
Hex23658B4B1B02Dca3c22
Octal43145213113330553127442
Binary100011110010110001011100101111011010110111001010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23658B; }

 p { color: rgb(35,101,139); }

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

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

 a { background-color: rgb(35,101,139); }

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

<style>
 span { border-color: #23658B; }

 span { border-color: rgb(35,101,139); }

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