Html Css Color HEX #204C78 Bahama Blue

📋 copy color: '#204C78'

red 32 ◦ green 76 ◦ blue 120

#204C78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #204C78

Tints of Bahama Blue #204C78

RGB

 RED value IS 32 (12.89% from 255) = 14.04%

 GREEN value IS 76 (30.08% from 255) = 33.33%

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 14.04%
G = 33.33%
B = 52.63%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#204C78 (or 0x204C78) is known color: Bahama Blue. HEX triplet: 20, 4C and 78. RGB value is (32,76,120). Sum of RGB (Red+Green+Blue) = 32+76+120=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #204C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C78 is #DFB387. Grayscale: #434343. Windows color (decimal): -14660488 or 7883808. OLE color: 7883808.

HSL color Cylindrical-coordinate representation of color #204C78: hue angle of 210º 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 #204C78 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 76 120 -
CMYK 0.73 0.37 0 0.53
HSL 210º 0.58% 0.3% -
HSV(B) 210º 0.73% 0.47% -
XYZ 6.57 6.83 18.74 -
YUV 67.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 32 76 120 0.73 0.37 0 0.53 210 0.58 0.3
Hex 20 4C 78 49 25 0 35 D2 3A 1E
Octal 40 114 170 111 45 0 65 322 72 36
Binary 100000 1001100 1111000 1001001 100101 0 110101 11010010 111010 11110

Color Harmonies of #204C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C78

Black with #204C78

Text Example


Text Example

White with #204C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #204C78;
 }
 .AnyTagClassName
 {
   color: #204C78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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