#265380

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

Shades of Bahama Blue #265380

Tints of Bahama Blue #265380

Color information

#265380 (or 0x265380) is unknown color: approx Bahama Blue. HEX triplet: 26, 53 and 80. RGB value is (38,83,128). Sum of RGB (Red+Green+Blue) = 38+83+128=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #265380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265380 is #D9AC7F. Grayscale: #4A4A4A. Windows color (decimal): -14265472 or 8409894. OLE color: 8409894.

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

Color convert

RGB3883128-
CMYK0.700.3500.50
HSL210º54.22%32.55%-
HSV(B)210º70.31%50.2%-
XYZ7.798.1621.59-
YUV74.68158.09101.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 51.41%
R=15.26%
G=33.33%
B=51.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38831280.700.3500.5021054.2232.55
Hex2653804623032d23621
Octal46123200106430623226641
Binary1001101010011100000001000110100011011001011010010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265380; }

 p { color: rgb(38,83,128); }

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

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

 a { background-color: rgb(38,83,128); }

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

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

 span { border-color: rgb(38,83,128); }

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