#265E7F

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

Shades of Bahama Blue #265E7F

Tints of Bahama Blue #265E7F

Color information

#265E7F (or 0x265E7F) is unknown color: approx Bahama Blue. HEX triplet: 26, 5E and 7F. RGB value is (38,94,127). Sum of RGB (Red+Green+Blue) = 38+94+127=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #265E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E7F is #D9A180. Grayscale: #505050. Windows color (decimal): -14262657 or 8347174. OLE color: 8347174.

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

Color convert

RGB3894127-
CMYK0.700.2600.50
HSL202.25º53.94%32.35%-
HSV(B)202.25º70.08%49.8%-
XYZ8.639.9521.54-
YUV81.02153.9597.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 127 (50% from 255) = 49.03%
R=14.67%
G=36.29%
B=49.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38941270.700.2600.50202.2553.9432.35
Hex265E7F461A032ca3620
Octal46136177106320623126640
Binary10011010111101111111100011011010011001011001010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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