#27668a

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

Shades of Bahama Blue #27668A

Tints of Bahama Blue #27668A

Color information

#27668A (or 0x27668A) is unknown color: approx Bahama Blue. HEX triplet: 27, 66 and 8A. RGB value is (39,102,138). Sum of RGB (Red+Green+Blue) = 39+102+138=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #27668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27668A is #D89975. Grayscale: #575757. Windows color (decimal): -14195062 or 9070119. OLE color: 9070119.

HSL color Cylindrical-coordinate representation of color #27668A: hue angle of 201.82º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27668A is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39102138-
CMYK0.720.2600.46
HSL201.82º55.93%34.71%-
HSV(B)201.82º71.74%54.12%-
XYZ10.1811.7725.78-
YUV87.27156.6393.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=13.98%
G=36.56%
B=49.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391021380.720.2600.46201.8255.9334.71
Hex27668A481A02Eca3823
Octal47146212110320563127043
Binary100111110011010001010100100011010010111011001010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27668a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27668a; }

 p { color: rgb(39,102,138); }

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

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

 a { background-color: rgb(39,102,138); }

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

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

 span { border-color: rgb(39,102,138); }

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