#276384

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

Shades of Bahama Blue #276384

Tints of Bahama Blue #276384

Color information

#276384 (or 0x276384) is unknown color: approx Bahama Blue. HEX triplet: 27, 63 and 84. RGB value is (39,99,132). Sum of RGB (Red+Green+Blue) = 39+99+132=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #276384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276384 is #D89C7B. Grayscale: #545454. Windows color (decimal): -14195836 or 8676135. OLE color: 8676135.

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

Color convert

RGB3999132-
CMYK0.700.2500.48
HSL201.29º54.39%33.53%-
HSV(B)201.29º70.45%51.76%-
XYZ9.4611.0223.46-
YUV84.82154.6295.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.44%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=14.44%
G=36.67%
B=48.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal39991320.700.2500.48201.2954.3933.53
Hex2763844619030c93622
Octal47143204106310603116642
Binary100111110001110000100100011011001011000011001001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276384; }

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

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

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

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

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

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

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

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