#175386

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

Shades of Bahama Blue #175386

Tints of Bahama Blue #175386

Color information

#175386 (or 0x175386) is unknown color: approx Bahama Blue. HEX triplet: 17, 53 and 86. RGB value is (23,83,134). Sum of RGB (Red+Green+Blue) = 23+83+134=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #175386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175386 is #E8AC79. Grayscale: #464646. Windows color (decimal): -15248506 or 8803095. OLE color: 8803095.

HSL color Cylindrical-coordinate representation of color #175386: hue angle of 207.57º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175386 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2383134-
CMYK0.830.3800.47
HSL207.57º70.7%30.78%-
HSV(B)207.57º82.84%52.55%-
XYZ7.758.0923.71-
YUV70.87163.6293.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.58%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=9.58%
G=34.58%
B=55.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal23831340.830.3800.47207.5770.730.78
Hex175386532602Fd0471f
Octal271232061234605732010737
Binary101111010011100001101010011100110010111111010000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175386; }

 p { color: rgb(23,83,134); }

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

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

 a { background-color: rgb(23,83,134); }

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

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

 span { border-color: rgb(23,83,134); }

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