#265582

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

Shades of Bahama Blue #265582

Tints of Bahama Blue #265582

Color information

#265582 (or 0x265582) is unknown color: approx Bahama Blue. HEX triplet: 26, 55 and 82. RGB value is (38,85,130). Sum of RGB (Red+Green+Blue) = 38+85+130=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #265582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265582 is #D9AA7D. Grayscale: #4B4B4B. Windows color (decimal): -14264958 or 8541478. OLE color: 8541478.

HSL color Cylindrical-coordinate representation of color #265582: hue angle of 209.35º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265582 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3885130-
CMYK0.710.3500.49
HSL209.35º54.76%32.94%-
HSV(B)209.35º70.77%50.98%-
XYZ8.088.5222.34-
YUV76.08158.43100.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=15.02%
G=33.60%
B=51.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38851300.710.3500.49209.3554.7632.94
Hex2655824723031d13721
Octal46125202107430613216741
Binary1001101010101100000101000111100011011000111010001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265582; }

 p { color: rgb(38,85,130); }

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

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

 a { background-color: rgb(38,85,130); }

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

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

 span { border-color: rgb(38,85,130); }

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