#265D7D

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

Shades of Bahama Blue #265D7D

Tints of Bahama Blue #265D7D

Color information

#265D7D (or 0x265D7D) is unknown color: approx Bahama Blue. HEX triplet: 26, 5D and 7D. RGB value is (38,93,125). Sum of RGB (Red+Green+Blue) = 38+93+125=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #265D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D7D is #D9A282. Grayscale: #505050. Windows color (decimal): -14262915 or 8215846. OLE color: 8215846.

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

Color convert

RGB3893125-
CMYK0.700.2600.51
HSL202.07º53.37%31.96%-
HSV(B)202.07º69.6%49.02%-
XYZ8.429.7220.83-
YUV80.2153.2897.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.84%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=14.84%
G=36.33%
B=48.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38931250.700.2600.51202.0753.3731.96
Hex265D7D461A033ca3520
Octal46135175106320633126540
Binary10011010111011111101100011011010011001111001010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,93,125); }

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

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

 a { background-color: rgb(38,93,125); }

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

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

 span { border-color: rgb(38,93,125); }

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