#204B78

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

Shades of Bahama Blue #204B78

Tints of Bahama Blue #204B78

Color information

#204B78 (or 0x204B78) is unknown color: approx Bahama Blue. HEX triplet: 20, 4B and 78. RGB value is (32,75,120). Sum of RGB (Red+Green+Blue) = 32+75+120=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #204B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B78 is #DFB487. Grayscale: #434343. Windows color (decimal): -14660744 or 7883552. OLE color: 7883552.

HSL color Cylindrical-coordinate representation of color #204B78: hue angle of 210.68º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204B78 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3275120-
CMYK0.730.3700.53
HSL210.68º57.89%29.8%-
HSV(B)210.68º73.33%47.06%-
XYZ6.56.718.72-
YUV67.27157.75102.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=14.10%
G=33.04%
B=52.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32751200.730.3700.53210.6857.8929.8
Hex204B784925035d33a1e
Octal40113170111450653237236
Binary10000010010111111000100100110010101101011101001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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