#265581

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

Shades of Bahama Blue #265581

Tints of Bahama Blue #265581

Color information

#265581 (or 0x265581) is unknown color: approx Bahama Blue. HEX triplet: 26, 55 and 81. RGB value is (38,85,129). Sum of RGB (Red+Green+Blue) = 38+85+129=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #265581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265581 is #D9AA7E. Grayscale: #4B4B4B. Windows color (decimal): -14264959 or 8475942. OLE color: 8475942.

HSL color Cylindrical-coordinate representation of color #265581: hue angle of 209.01º degrees, saturation: 0.54, 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 #265581 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3885129-
CMYK0.710.3400.49
HSL209.01º54.49%32.75%-
HSV(B)209.01º70.54%50.59%-
XYZ8.018.4921.99-
YUV75.96157.93100.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 129 (50.78% from 255) = 51.19%
R=15.08%
G=33.73%
B=51.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38851290.710.3400.49209.0154.4932.75
Hex2655814722031d13621
Octal46125201107420613216641
Binary1001101010101100000011000111100010011000111010001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265581; }

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

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

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

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

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

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

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

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