#265F83

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

Shades of Bahama Blue #265F83

Tints of Bahama Blue #265F83

Color information

#265F83 (or 0x265F83) is unknown color: approx Bahama Blue. HEX triplet: 26, 5F and 83. RGB value is (38,95,131). Sum of RGB (Red+Green+Blue) = 38+95+131=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #265F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F83 is #D9A07C. Grayscale: #515151. Windows color (decimal): -14262397 or 8609574. OLE color: 8609574.

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

Color convert

RGB3895131-
CMYK0.710.2700.49
HSL203.23º55.03%33.14%-
HSV(B)203.23º70.99%51.37%-
XYZ8.9910.2422.97-
YUV82.06155.6296.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=14.39%
G=35.98%
B=49.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38951310.710.2700.49203.2355.0333.14
Hex265F83471B031cb3721
Octal46137203107330613136741
Binary100110101111110000011100011111011011000111001011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,95,131); }

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

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

 a { background-color: rgb(38,95,131); }

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

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

 span { border-color: rgb(38,95,131); }

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