#265780

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

Shades of Bahama Blue #265780

Tints of Bahama Blue #265780

Color information

#265780 (or 0x265780) is unknown color: approx Bahama Blue. HEX triplet: 26, 57 and 80. RGB value is (38,87,128). Sum of RGB (Red+Green+Blue) = 38+87+128=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #265780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265780 is #D9A87F. Grayscale: #4C4C4C. Windows color (decimal): -14264448 or 8410918. OLE color: 8410918.

HSL color Cylindrical-coordinate representation of color #265780: hue angle of 207.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #265780 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3887128-
CMYK0.700.3200.50
HSL207.33º54.22%32.55%-
HSV(B)207.33º70.31%50.2%-
XYZ8.18.7921.69-
YUV77.02156.77100.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 128 (50.39% from 255) = 50.59%
R=15.02%
G=34.39%
B=50.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38871280.700.3200.50207.3354.2232.55
Hex2657804620032cf3621
Octal46127200106400623176641
Binary1001101010111100000001000110100000011001011001111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265780; }

 p { color: rgb(38,87,128); }

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

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

 a { background-color: rgb(38,87,128); }

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

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

 span { border-color: rgb(38,87,128); }

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