#23668B

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

Shades of Bahama Blue #23668B

Tints of Bahama Blue #23668B

Color information

#23668B (or 0x23668B) is unknown color: approx Bahama Blue. HEX triplet: 23, 66 and 8B. RGB value is (35,102,139). Sum of RGB (Red+Green+Blue) = 35+102+139=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #23668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23668B is #DC9974. Grayscale: #555555. Windows color (decimal): -14457205 or 9135651. OLE color: 9135651.

HSL color Cylindrical-coordinate representation of color #23668B: hue angle of 201.35º 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 #23668B is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB35102139-
CMYK0.750.2700.45
HSL201.35º59.77%34.12%-
HSV(B)201.35º74.82%54.51%-
XYZ10.111.7226.16-
YUV86.18157.891.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.68%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=12.68%
G=36.96%
B=50.36%

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
Decimal351021390.750.2700.45201.3559.7734.12
Hex23668B4B1B02Dc93c22
Octal43146213113330553117442
Binary100011110011010001011100101111011010110111001001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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