#275883

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

Shades of Bahama Blue #275883

Tints of Bahama Blue #275883

Color information

#275883 (or 0x275883) is unknown color: approx Bahama Blue. HEX triplet: 27, 58 and 83. RGB value is (39,88,131). Sum of RGB (Red+Green+Blue) = 39+88+131=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #275883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275883 is #D8A77C. Grayscale: #4E4E4E. Windows color (decimal): -14198653 or 8607783. OLE color: 8607783.

HSL color Cylindrical-coordinate representation of color #275883: hue angle of 208.04º 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 #275883 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3988131-
CMYK0.700.3300.49
HSL208.04º54.12%33.33%-
HSV(B)208.04º70.23%51.37%-
XYZ8.429.0522.78-
YUV78.25157.77100-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 131 (51.56% from 255) = 50.78%
R=15.12%
G=34.11%
B=50.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39881310.700.3300.49208.0454.1233.33
Hex2758834621031d03621
Octal47130203106410613206641
Binary1001111011000100000111000110100001011000111010000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275883; }

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

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

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

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

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

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

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

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