#204A7C

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

Shades of Bahama Blue #204A7C

Tints of Bahama Blue #204A7C

Color information

#204A7C (or 0x204A7C) is unknown color: approx Bahama Blue. HEX triplet: 20, 4A and 7C. RGB value is (32,74,124). Sum of RGB (Red+Green+Blue) = 32+74+124=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #204A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A7C is #DFB583. Grayscale: #424242. Windows color (decimal): -14660996 or 8145440. OLE color: 8145440.

HSL color Cylindrical-coordinate representation of color #204A7C: hue angle of 212.61º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #204A7C is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3274124-
CMYK0.740.4000.51
HSL212.61º58.97%30.59%-
HSV(B)212.61º74.19%48.63%-
XYZ6.686.6620-
YUV67.14160.09102.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 124 (48.83% from 255) = 53.91%
R=13.91%
G=32.17%
B=53.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32741240.740.4000.51212.6158.9730.59
Hex204A7C4A28033d53b1f
Octal40112174112500633257337
Binary10000010010101111100100101010100001100111101010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204A7C; }

 p { color: rgb(32,74,124); }

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

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

 a { background-color: rgb(32,74,124); }

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

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

 span { border-color: rgb(32,74,124); }

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