#266384

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

Shades of Bahama Blue #266384

Tints of Bahama Blue #266384

Color information

#266384 (or 0x266384) is unknown color: approx Bahama Blue. HEX triplet: 26, 63 and 84. RGB value is (38,99,132). Sum of RGB (Red+Green+Blue) = 38+99+132=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #266384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266384 is #D99C7B. Grayscale: #545454. Windows color (decimal): -14261372 or 8676134. OLE color: 8676134.

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

Color convert

RGB3899132-
CMYK0.710.2500.48
HSL201.06º55.29%33.33%-
HSV(B)201.06º71.21%51.76%-
XYZ9.431123.46-
YUV84.52154.7994.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=14.13%
G=36.80%
B=49.07%

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
Decimal38991320.710.2500.48201.0655.2933.33
Hex2663844719030c93721
Octal46143204107310603116741
Binary100110110001110000100100011111001011000011001001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266384; }

 p { color: rgb(38,99,132); }

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

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

 a { background-color: rgb(38,99,132); }

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

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

 span { border-color: rgb(38,99,132); }

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