#204B7C

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

Shades of Bahama Blue #204B7C

Tints of Bahama Blue #204B7C

Color information

#204B7C (or 0x204B7C) is unknown color: approx Bahama Blue. HEX triplet: 20, 4B and 7C. RGB value is (32,75,124). Sum of RGB (Red+Green+Blue) = 32+75+124=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #204B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B7C is #DFB483. Grayscale: #434343. Windows color (decimal): -14660740 or 8145696. OLE color: 8145696.

HSL color Cylindrical-coordinate representation of color #204B7C: hue angle of 211.96º 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 #204B7C is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3275124-
CMYK0.740.4000.51
HSL211.96º58.97%30.59%-
HSV(B)211.96º74.19%48.63%-
XYZ6.756.7920.02-
YUV67.73159.75102.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=13.85%
G=32.47%
B=53.68%

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
Decimal32751240.740.4000.51211.9658.9730.59
Hex204B7C4A28033d43b1f
Octal40113174112500633247337
Binary10000010010111111100100101010100001100111101010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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