#265682

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

Shades of Bahama Blue #265682

Tints of Bahama Blue #265682

Color information

#265682 (or 0x265682) is unknown color: approx Bahama Blue. HEX triplet: 26, 56 and 82. RGB value is (38,86,130). Sum of RGB (Red+Green+Blue) = 38+86+130=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #265682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265682 is #D9A97D. Grayscale: #4C4C4C. Windows color (decimal): -14264702 or 8541734. OLE color: 8541734.

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

Color convert

RGB3886130-
CMYK0.710.3400.49
HSL208.7º54.76%32.94%-
HSV(B)208.7º70.77%50.98%-
XYZ8.168.6822.36-
YUV76.66158.1100.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=14.96%
G=33.86%
B=51.18%

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
Decimal38861300.710.3400.49208.754.7632.94
Hex2656824722031d13721
Octal46126202107420613216741
Binary1001101010110100000101000111100010011000111010001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265682; }

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

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

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

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

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

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

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

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