#276283

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

Shades of Bahama Blue #276283

Tints of Bahama Blue #276283

Color information

#276283 (or 0x276283) is unknown color: approx Bahama Blue. HEX triplet: 27, 62 and 83. RGB value is (39,98,131). Sum of RGB (Red+Green+Blue) = 39+98+131=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #276283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276283 is #D89D7C. Grayscale: #535353. Windows color (decimal): -14196093 or 8610343. OLE color: 8610343.

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

Color convert

RGB3998131-
CMYK0.700.2500.49
HSL201.52º54.12%33.33%-
HSV(B)201.52º70.23%51.37%-
XYZ9.310.8123.07-
YUV84.12154.4595.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 131 (51.56% from 255) = 48.88%
R=14.55%
G=36.57%
B=48.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39981310.700.2500.49201.5254.1233.33
Hex2762834619031ca3621
Octal47142203106310613126641
Binary100111110001010000011100011011001011000111001010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276283; }

 p { color: rgb(39,98,131); }

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

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

 a { background-color: rgb(39,98,131); }

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

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

 span { border-color: rgb(39,98,131); }

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