#27527D

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

Shades of Bahama Blue #27527D

Tints of Bahama Blue #27527D

Color information

#27527D (or 0x27527D) is unknown color: approx Bahama Blue. HEX triplet: 27, 52 and 7D. RGB value is (39,82,125). Sum of RGB (Red+Green+Blue) = 39+82+125=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #27527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27527D is #D8AD82. Grayscale: #494949. Windows color (decimal): -14200195 or 8213031. OLE color: 8213031.

HSL color Cylindrical-coordinate representation of color #27527D: hue angle of 210º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27527D is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3982125-
CMYK0.690.3400.51
HSL210º52.44%32.16%-
HSV(B)210º68.8%49.02%-
XYZ7.567.9520.54-
YUV74.04156.75103-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.85%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 50.81%
R=15.85%
G=33.33%
B=50.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39821250.690.3400.5121052.4432.16
Hex27527D4522033d23420
Octal47122175105420633226440
Binary100111101001011111011000101100010011001111010010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27527D; }

 p { color: rgb(39,82,125); }

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

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

 a { background-color: rgb(39,82,125); }

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

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

 span { border-color: rgb(39,82,125); }

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