#265E82

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

Shades of Bahama Blue #265E82

Tints of Bahama Blue #265E82

Color information

#265E82 (or 0x265E82) is unknown color: approx Bahama Blue. HEX triplet: 26, 5E and 82. RGB value is (38,94,130). Sum of RGB (Red+Green+Blue) = 38+94+130=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #265E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265E82 is #D9A17D. Grayscale: #515151. Windows color (decimal): -14262654 or 8543782. OLE color: 8543782.

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

Color convert

RGB3894130-
CMYK0.710.2800.49
HSL203.48º54.76%32.94%-
HSV(B)203.48º70.77%50.98%-
XYZ8.8310.0322.59-
YUV81.36155.4597.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=14.50%
G=35.88%
B=49.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38941300.710.2800.49203.4854.7632.94
Hex265E82471C031cb3721
Octal46136202107340613136741
Binary100110101111010000010100011111100011000111001011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265E82; }

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

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

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

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

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

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

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

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