#265B7C

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

Shades of Bahama Blue #265B7C

Tints of Bahama Blue #265B7C

Color information

#265B7C (or 0x265B7C) is unknown color: approx Bahama Blue. HEX triplet: 26, 5B and 7C. RGB value is (38,91,124). Sum of RGB (Red+Green+Blue) = 38+91+124=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #265B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B7C is #D9A483. Grayscale: #4E4E4E. Windows color (decimal): -14263428 or 8149798. OLE color: 8149798.

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

Color convert

RGB3891124-
CMYK0.690.2700.51
HSL203.02º53.09%31.76%-
HSV(B)203.02º69.35%48.63%-
XYZ8.189.3520.44-
YUV78.91153.4498.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=15.02%
G=35.97%
B=49.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38911240.690.2700.51203.0253.0931.76
Hex265B7C451B033cb3520
Octal46133174105330633136540
Binary10011010110111111100100010111011011001111001011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,91,124); }

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

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

 a { background-color: rgb(38,91,124); }

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

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

 span { border-color: rgb(38,91,124); }

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