#266485

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

Shades of Bahama Blue #266485

Tints of Bahama Blue #266485

Color information

#266485 (or 0x266485) is unknown color: approx Bahama Blue. HEX triplet: 26, 64 and 85. RGB value is (38,100,133). Sum of RGB (Red+Green+Blue) = 38+100+133=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #266485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266485 is #D99B7A. Grayscale: #555555. Windows color (decimal): -14261115 or 8741926. OLE color: 8741926.

HSL color Cylindrical-coordinate representation of color #266485: hue angle of 200.84º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #266485 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB38100133-
CMYK0.710.2500.48
HSL200.84º55.56%33.53%-
HSV(B)200.84º71.43%52.16%-
XYZ9.5911.2223.85-
YUV85.22154.9694.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=14.02%
G=36.90%
B=49.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381001330.710.2500.48200.8455.5633.53
Hex2664854719030c93822
Octal46144205107310603117042
Binary100110110010010000101100011111001011000011001001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266485; }

 p { color: rgb(38,100,133); }

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

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

 a { background-color: rgb(38,100,133); }

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

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

 span { border-color: rgb(38,100,133); }

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